<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/auth_tests/urls_custom_user_admin.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>2022-02-07T19:37:05Z</updated>
<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>Renamed "object" argument of ModelAdmin.log_addition(), log_change(), and log_deletion() methods.</title>
<updated>2021-05-20T05:29:16Z</updated>
<author>
<name>David Sanders</name>
<email>dsanders11@ucsbalum.com</email>
</author>
<published>2021-05-19T19:07:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=736bb9868a1299f7613adbe2e71583777aa5403e'/>
<id>urn:sha1:736bb9868a1299f7613adbe2e71583777aa5403e</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/django.git/commit/?id=043bd709425149b8eff3fb821cba5c23aaebd0df'/>
<id>urn:sha1:043bd709425149b8eff3fb821cba5c23aaebd0df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced super(ClassName, self) with super().</title>
<updated>2017-01-25T17:23:46Z</updated>
<author>
<name>chillaranand</name>
<email>anand21nanda@gmail.com</email>
</author>
<published>2017-01-21T13:13:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d6eaf7c0183cd04b78f2a55e1d60bb7e59598310'/>
<id>urn:sha1:d6eaf7c0183cd04b78f2a55e1d60bb7e59598310</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/django.git/commit/?id=967be82443b5640d61608a89897d8ce2bc44fa54'/>
<id>urn:sha1:967be82443b5640d61608a89897d8ce2bc44fa54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23957 -- Required session verification per deprecation timeline.</title>
<updated>2015-09-23T23:31:10Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-09-03T00:50:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=849037af36000d53b0b3b52f780ff475534e195b'/>
<id>urn:sha1:849037af36000d53b0b3b52f780ff475534e195b</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/django.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>Refs #24553 -- Fixed urlpatterns leakage in auth_tests</title>
<updated>2015-05-19T11:43:40Z</updated>
<author>
<name>Riccardo Magliocchetti</name>
<email>riccardo.magliocchetti@gmail.com</email>
</author>
<published>2015-05-19T09:10:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ae1efb853c159ae4747d105405694245f8508b4b'/>
<id>urn:sha1:ae1efb853c159ae4747d105405694245f8508b4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24334 -- Allowed admin password reset to work with non-digit custom user model primary key.</title>
<updated>2015-02-13T14:42:49Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-12T17:14:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fdf20093e0f8cd064673aa1597c20727ed4dd2a0'/>
<id>urn:sha1:fdf20093e0f8cd064673aa1597c20727ed4dd2a0</id>
<content type='text'>
Thanks Loic for help and Simon for review.
</content>
</entry>
</feed>
