<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/admin_docs/urls.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-11-04T09:43:06Z</updated>
<entry>
<title>Fixed #35867, Refs #2411 -- Allowed links in admindocs view details summary.</title>
<updated>2024-11-04T09:43:06Z</updated>
<author>
<name>sai-ganesh-03</name>
<email>sandursaiganesh@gmail.com</email>
</author>
<published>2024-10-31T13:40:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=968397228fe03968bb855856532569586c8a8a1c'/>
<id>urn:sha1:968397228fe03968bb855856532569586c8a8a1c</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>Updated test URL patterns to use path() and re_path().</title>
<updated>2018-12-31T15:47:32Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-12-07T22:52:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=043bd709425149b8eff3fb821cba5c23aaebd0df'/>
<id>urn:sha1:043bd709425149b8eff3fb821cba5c23aaebd0df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.</title>
<updated>2018-04-12T17:11:08Z</updated>
<author>
<name>Paul Donohue</name>
<email>git@PaulSD.com</email>
</author>
<published>2018-04-08T17:35:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=33a0b7ac815588ed92dca215e153390af8bdbdda'/>
<id>urn:sha1:33a0b7ac815588ed92dca215e153390af8bdbdda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21927 -- Made application and instance namespaces more distinct.</title>
<updated>2015-06-08T19:12:20Z</updated>
<author>
<name>Marten Kenbeek</name>
<email>marten.knbk@gmail.com</email>
</author>
<published>2015-05-28T15:25:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1e82094f1b6690018228e688303295f83e1c3d9a'/>
<id>urn:sha1:1e82094f1b6690018228e688303295f83e1c3d9a</id>
<content type='text'>
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
</content>
</entry>
<entry>
<title>Fixed #22218 -- Deprecated django.conf.urls.patterns.</title>
<updated>2014-04-03T11:28:10Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-02T00:46:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d73d0e071c1b4c86d57994a0ab55a74cfe80cdf5'/>
<id>urn:sha1:d73d0e071c1b4c86d57994a0ab55a74cfe80cdf5</id>
<content type='text'>
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
</content>
</entry>
<entry>
<title>Fixed #21386 -- Removed admindocs dependence on sites framework</title>
<updated>2013-12-18T18:44:04Z</updated>
<author>
<name>Bouke Haarsma</name>
<email>bouke@webatoom.nl</email>
</author>
<published>2013-11-05T09:16:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a39d672ec7d53637805a61b45a51bc0e7d297a36'/>
<id>urn:sha1:a39d672ec7d53637805a61b45a51bc0e7d297a36</id>
<content type='text'>
* Removed ADMIN_FOR setting and warn warning
* Group view functions by namespace instead of site
* Added a test verifying namespaces are listed

Thanks to Claude Paroz for reviewing and ideas for improvement.
</content>
</entry>
<entry>
<title>Updated admindocs to use class-based views</title>
<updated>2013-11-21T21:50:59Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-11-21T07:48:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d6cc37d601166200e72385401f4384f818a18cfd'/>
<id>urn:sha1:d6cc37d601166200e72385401f4384f818a18cfd</id>
<content type='text'>
Thanks Bouke Haarsma for the review.
</content>
</entry>
<entry>
<title>Fixed #6681 -- Don't break docutils when rendering reStructuredText.</title>
<updated>2013-10-04T17:27:08Z</updated>
<author>
<name>Tai Lee</name>
<email>tai.lee@3030.com.au</email>
</author>
<published>2013-06-18T00:10:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bcd4c3f27d5bcf701337ac7c74c042d90792bdc3'/>
<id>urn:sha1:bcd4c3f27d5bcf701337ac7c74c042d90792bdc3</id>
<content type='text'>
Don't set a global default interpreted role function for reStructuredText.
Instead, use the `default-role` directive to change the default only within
the `parse_rst()` function.

Thanks Malcolm Tredinnick for the report.
</content>
</entry>
<entry>
<title>Removed most of absolute_import imports</title>
<updated>2013-07-29T18:28:13Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-07-29T17:19:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5c1143910e071c73671424036408c4548742d24f'/>
<id>urn:sha1:5c1143910e071c73671424036408c4548742d24f</id>
<content type='text'>
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
</content>
</entry>
</feed>
