<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/urlpatterns_reverse/views.py, 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>2024-10-23T13:37:54Z</updated>
<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 #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/chango.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed default empty content argument from HttpResponse calls.</title>
<updated>2019-02-09T21:27:32Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-02-09T21:27:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c492fdfd240f10ade5aa11938fc87f903ef85890'/>
<id>urn:sha1:c492fdfd240f10ade5aa11938fc87f903ef85890</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Stopped inheriting from object to define new style classes.</title>
<updated>2017-01-19T07:39:46Z</updated>
<author>
<name>Simon Charette</name>
<email>charettes@users.noreply.github.com</email>
</author>
<published>2017-01-19T07:39:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=cecc079168e8669138728d31611ff3a1e7eb3a9f'/>
<id>urn:sha1:cecc079168e8669138728d31611ff3a1e7eb3a9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed E305 flake8 warnings.</title>
<updated>2016-11-14T17:30:46Z</updated>
<author>
<name>Ramin Farajpour Cami</name>
<email>ramin.blackhat@gmail.com</email>
</author>
<published>2016-11-12T17:11:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=967be82443b5640d61608a89897d8ce2bc44fa54'/>
<id>urn:sha1:967be82443b5640d61608a89897d8ce2bc44fa54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.</title>
<updated>2016-04-09T18:54:18Z</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2016-04-02T11:18:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c1aec0feda73ede09503192a66f973598aef901d'/>
<id>urn:sha1:c1aec0feda73ede09503192a66f973598aef901d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26039 -- Unwrapped nested partials in URL reversal.</title>
<updated>2016-01-06T20:22:37Z</updated>
<author>
<name>Grégory Starck</name>
<email>gregory.starck@savoirfairelinux.com</email>
</author>
<published>2016-01-05T21:47:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9f9921e89c5c559ff4324f8cf968007cefbf6442'/>
<id>urn:sha1:9f9921e89c5c559ff4324f8cf968007cefbf6442</id>
<content type='text'>
Prior to Python 3.5 nested partials need to be fully "unfolded"
to get the actual function.
</content>
</entry>
<entry>
<title>Fixed #26013 -- Moved django.core.urlresolvers to django.urls.</title>
<updated>2015-12-31T19:21:29Z</updated>
<author>
<name>Marten Kenbeek</name>
<email>marten.knbk@gmail.com</email>
</author>
<published>2015-12-30T15:51:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=16411b8400ad08f90c236bb2e18f65c655f903f8'/>
<id>urn:sha1:16411b8400ad08f90c236bb2e18f65c655f903f8</id>
<content type='text'>
Thanks to Tim Graham for the review.
</content>
</entry>
<entry>
<title>Refs #22384 -- Removed the ability to reverse URLs by dotted path per deprecation timeline.</title>
<updated>2015-09-23T23:31:09Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-08-17T17:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=785cc71d5b3300e2702b0b2fc7316e58ca70b563'/>
<id>urn:sha1:785cc71d5b3300e2702b0b2fc7316e58ca70b563</id>
<content type='text'>
</content>
</entry>
</feed>
