<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python3-django-cors-headers/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-04-21T09:35:08Z</updated>
<entry>
<title>python3-django-cors-headers: update to 4.9.0; add test.sh</title>
<updated>2026-04-21T09:35:08Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-16T18:15:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ccd69a148f85b86c1024fd318f23b4392aa778b5'/>
<id>urn:sha1:ccd69a148f85b86c1024fd318f23b4392aa778b5</id>
<content type='text'>
Major changes since 3.10.0:

4.0:
- add CORS_ALLOW_PRIVATE_NETWORK setting for Local Network Access spec support
- add async middleware support, reducing overhead on async views
- remove deprecated CORS_REPLACE_HTTPS_REFERER and CorsPostCsrfMiddleware
- remove three header names from default allowed list (accept-encoding, dnt, origin)

4.3:
- fix access-control-allow-credentials header not being omitted on
  non-allowed responses

4.6:
- drop support for Django 3.2 through 4.1

4.9:
- add Django 6.0 support
- tighten validation of sequence-type settings (e.g. CORS_ALLOW_METHODS)

Add PYPI_SOURCE_NAME:=django_cors_headers as the 4.x sdist uses
underscores in the filename.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx, python3-{asgiref,django-cors-headers,drf-nested-routers,sqlparse}: bump versions</title>
<updated>2021-10-30T08:12:02Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2021-10-27T10:18:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=55c3bc14f76675eee01119f7e1a65412eda55f65'/>
<id>urn:sha1:55c3bc14f76675eee01119f7e1a65412eda55f65</id>
<content type='text'>
Update to the newest versions and switch to $(AUTORELEASE) for the python3 packages (where I am the maintainer).

Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
<entry>
<title>django-cors-headers: update to version 3.5.0</title>
<updated>2020-10-17T17:00:14Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-10-17T17:00:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c1d8ea20a503e3a2a48038afaa6f8f0753eb59ac'/>
<id>urn:sha1:c1d8ea20a503e3a2a48038afaa6f8f0753eb59ac</id>
<content type='text'>
update to newest version.

Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
<entry>
<title>python3-django-cors-headers: update to version 3.4.0</title>
<updated>2020-07-20T16:11:45Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-07-17T16:08:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f81ad44a62eefd265793b8b12f9fe04e80863434'/>
<id>urn:sha1:f81ad44a62eefd265793b8b12f9fe04e80863434</id>
<content type='text'>
update to latest version changing the URL and DEPENDS, too.

Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
<entry>
<title>python3-django-cors-headers: update version to 3.3.0</title>
<updated>2020-05-25T21:56:45Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-05-25T21:06:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dd7f2ee69515711fcb5edba901bde70d84c3454f'/>
<id>urn:sha1:dd7f2ee69515711fcb5edba901bde70d84c3454f</id>
<content type='text'>
Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
<entry>
<title>python-packages: Clean up Makefiles</title>
<updated>2020-04-22T08:36:55Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-04-21T17:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2210c4a60dd8fb6420f7bd3c6fe00ed0ae4c51be'/>
<id>urn:sha1:2210c4a60dd8fb6420f7bd3c6fe00ed0ae4c51be</id>
<content type='text'>
This removes:

* Python 3 variants (VARIANT:=python3)

* "for Python3" from package titles

* Package selection condition from package dependencies, e.g.
  +PACKAGE_python3-six:python3-light replaced with +python3-light

* "Default" package information sections, e.g.
  Package/python-six/Default removed and package details merged into
  Package/python3-six

* "(Variant for Python3)" from package descriptions

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>django1: Add python3-django1 package</title>
<updated>2020-02-13T07:29:59Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-02-05T11:13:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=07251a0543600765e16e9f767d52e28a11768600'/>
<id>urn:sha1:07251a0543600765e16e9f767d52e28a11768600</id>
<content type='text'>
This adds a Python 3 version of the django1 package.

This also adds a python-django1-common package that contains a
django-admin script based on the one in Debian[1]. This allows
python-django1 and python3-django1 to be installed at the same time.

python3-django conflicts with python-django1 (via python-django1-common)
and python3-django1.

This also updates older Python 3 Django plugin packages to depend on
python3-django1, and newer plugin packages to depend on "django", which
both python3-django and python3-django1 provide.

Because of this dependency on either version of Django, the MDEPENDS for
Python 3 Django plugin packages no longer functions correctly and has
been removed.

[1]: https://salsa.debian.org/python-team/modules/python-django/blob/debian/buster/debian/django-admin

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-django-cors-headers: update to version 3.2.1</title>
<updated>2020-01-27T14:16:10Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2020-01-07T10:56:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3d5c9c5b238b650906bbb08cde1660b8ccdb3fba'/>
<id>urn:sha1:3d5c9c5b238b650906bbb08cde1660b8ccdb3fba</id>
<content type='text'>
Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
<entry>
<title>python3-django-cors-headers: update to verson 3.2.0</title>
<updated>2019-11-19T21:14:28Z</updated>
<author>
<name>Peter Stadler</name>
</author>
<published>2019-11-19T21:14:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2519b7ebdd2295195ae614ccd6b89472fb63e795'/>
<id>urn:sha1:2519b7ebdd2295195ae614ccd6b89472fb63e795</id>
<content type='text'>
Signed-off-by: Peter Stadler &lt;peter.stadler@student.uibk.ac.at&gt;
</content>
</entry>
</feed>
