<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/urls/base.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-12-11T19:40:28Z</updated>
<entry>
<title>Fixed #25582 -- Added support for query and fragment to django.urls.reverse().</title>
<updated>2024-12-11T19:40:28Z</updated>
<author>
<name>Ben Cardy</name>
<email>benbacardi@gmail.com</email>
</author>
<published>2024-12-11T19:40:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f30b527f170fd4ec9bf10b5012e1ef79776a8f8e'/>
<id>urn:sha1:f30b527f170fd4ec9bf10b5012e1ef79776a8f8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35807 -- Mentioned async case for internal get/set urlconf helpers.</title>
<updated>2024-10-07T09:17:10Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2024-10-07T08:07:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d876be794f59fd37c8edc33ecde4577d820a9c75'/>
<id>urn:sha1:d876be794f59fd37c8edc33ecde4577d820a9c75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used more augmented assignment statements.</title>
<updated>2022-10-31T11:30:13Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-01-28T20:15:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d3cb91db87b78629c0d2682630e90a048275179e'/>
<id>urn:sha1:d3cb91db87b78629c0d2682630e90a048275179e</id>
<content type='text'>
Identified using the following command:

$ git grep -I '\(\&lt;[_a-zA-Z0-9]\+\&gt;\) *= *\1 *[-+/*^%&amp;|&lt;&gt;@]'
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.</title>
<updated>2021-01-29T10:58:43Z</updated>
<author>
<name>Sandro Covo</name>
<email>sandro@sandrocovo.ch</email>
</author>
<published>2021-01-12T21:19:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6822aa5c6c3fbec7c5393a05e990865ba59fe167'/>
<id>urn:sha1:6822aa5c6c3fbec7c5393a05e990865ba59fe167</id>
<content type='text'>
Thanks Johannes Maron for the review.
</content>
</entry>
<entry>
<title>Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.</title>
<updated>2020-10-22T12:15:19Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2020-10-20T07:14:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ad11f5b8c9cbfdb763e08c83170694abc0c5fc1e'/>
<id>urn:sha1:ad11f5b8c9cbfdb763e08c83170694abc0c5fc1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unneeded iri_to_uri() call in reverse().</title>
<updated>2020-10-06T10:29:06Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2020-10-04T12:58:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=75d2af2c895d5e08d8bfaa774c54071117c17c74'/>
<id>urn:sha1:75d2af2c895d5e08d8bfaa774c54071117c17c74</id>
<content type='text'>
_reverse_with_prefix() already quotes using a stricter subset of the
safe characters used by iri_to_uri().
</content>
</entry>
<entry>
<title>Fixed #29744 -- Fixed caching of URLResolver for a default URLconf.</title>
<updated>2019-07-03T09:37:28Z</updated>
<author>
<name>Benjamin Woodruff</name>
<email>github@benjam.info</email>
</author>
<published>2019-05-06T20:53:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=54dcfbc36780054d39299bfd1078938e5dd4e839'/>
<id>urn:sha1:54dcfbc36780054d39299bfd1078938e5dd4e839</id>
<content type='text'>
get_resolver() for a default URLconf (passing no argument) and for
settings.ROOT_URLCONF should return the same cached object.
</content>
</entry>
<entry>
<title>Fixed #30451 -- Added ASGI handler and coroutine-safety.</title>
<updated>2019-06-20T10:29:43Z</updated>
<author>
<name>Andrew Godwin</name>
<email>andrew@aeracode.org</email>
</author>
<published>2019-04-12T13:15:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a415ce70bef6d91036b00dd2c8544aed7aeeaaed'/>
<id>urn:sha1:a415ce70bef6d91036b00dd2c8544aed7aeeaaed</id>
<content type='text'>
This adds an ASGI handler, asgi.py file for the default project layout,
a few async utilities and adds async-safety to many parts of Django.
</content>
</entry>
<entry>
<title>Simplified django.urls.reverse() a bit.</title>
<updated>2019-06-12T10:15:40Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2019-06-12T02:39:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6fa71872aefb974c16f0c51db423d710ef54c467'/>
<id>urn:sha1:6fa71872aefb974c16f0c51db423d710ef54c467</id>
<content type='text'>
</content>
</entry>
</feed>
