<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/urlpatterns_reverse, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2025-07-23T23:17:55Z</updated>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Removed double spaces after periods and within phrases.</title>
<updated>2025-07-23T13:09:43Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-07-18T13:37:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e'/>
<id>urn:sha1:1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e</id>
<content type='text'>
</content>
</entry>
<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/chango.git/commit/?id=f30b527f170fd4ec9bf10b5012e1ef79776a8f8e'/>
<id>urn:sha1:f30b527f170fd4ec9bf10b5012e1ef79776a8f8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28999 -- Documented how to reverse a class-based view by instance.</title>
<updated>2024-10-23T13:37:54Z</updated>
<author>
<name>Clifford Gama</name>
<email>cliffygamy@gmail.com</email>
</author>
<published>2024-10-22T12:12:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4d11ea1ef01eba14b3a48a727f07f723f782fd84'/>
<id>urn:sha1:4d11ea1ef01eba14b3a48a727f07f723f782fd84</id>
<content type='text'>
Co-authored-by: Sarah Boyce &lt;42296566+sarahboyce@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Refs #28999 -- Added tests for reversing a class-based view by instance.</title>
<updated>2024-10-23T13:37:54Z</updated>
<author>
<name>Clifford Gama</name>
<email>cliffygamy@gmail.com</email>
</author>
<published>2024-10-17T15:59:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=be138f32ed32a4bf3e62305145423285e462c853'/>
<id>urn:sha1:be138f32ed32a4bf3e62305145423285e462c853</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #9847 -- Added tests for handler403 resolution.</title>
<updated>2024-03-04T04:24:36Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2024-03-04T04:24:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c1874176114cd94efcc58e3c449f4e2a116881a1'/>
<id>urn:sha1:c1874176114cd94efcc58e3c449f4e2a116881a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Applied Black's 2024 stable style.</title>
<updated>2024-01-26T11:45:07Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-01-26T11:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=305757aec19c9d5111e4d76095ae0acd66163e4b'/>
<id>urn:sha1:305757aec19c9d5111e4d76095ae0acd66163e4b</id>
<content type='text'>
https://github.com/psf/black/releases/tag/24.1.0</content>
</entry>
<entry>
<title>Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs."</title>
<updated>2022-09-01T19:09:16Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-09-01T19:09:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=974942a75039ba43e618f6a5ff95e08b5d5176fd'/>
<id>urn:sha1:974942a75039ba43e618f6a5ff95e08b5d5176fd</id>
<content type='text'>
This reverts commit 7f3cfaa12b28d15c0ca78bb692bfd6e59d17bff1.

Thanks Tom Carrick and Greg Kaleka for reports.</content>
</entry>
<entry>
<title>Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.</title>
<updated>2022-05-17T08:50:09Z</updated>
<author>
<name>Alokik Vijay</name>
<email>alokik.roe@gmail.com</email>
</author>
<published>2022-05-17T07:46:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7f3cfaa12b28d15c0ca78bb692bfd6e59d17bff1'/>
<id>urn:sha1:7f3cfaa12b28d15c0ca78bb692bfd6e59d17bff1</id>
<content type='text'>
Moved the functionality of URLResolver._is_callback(),
URLResolver._callback_strs, URLPattern.lookup_str() to
django.contrib.admindocs.
</content>
</entry>
<entry>
<title>Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.</title>
<updated>2022-03-29T08:27:40Z</updated>
<author>
<name>Alokik Vijay</name>
<email>alokik.roe@gmail.com</email>
</author>
<published>2022-03-28T15:56:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=baf9604ed8fed3e6e7ddfaca2d83c377c81399ae'/>
<id>urn:sha1:baf9604ed8fed3e6e7ddfaca2d83c377c81399ae</id>
<content type='text'>
Thanks Florian Apolloner for the review and implementation idea.
</content>
</entry>
</feed>
