summaryrefslogtreecommitdiff
path: root/tests/auth_tests/urls_custom_user_admin.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-2/+2
* Renamed "object" argument of ModelAdmin.log_addition(), log_change(), and log...David Sanders2021-05-201-2/+2
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Refs #23957 -- Required session verification per deprecation timeline.Tim Graham2015-09-231-0/+2
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-081-2/+2
* Refs #24553 -- Fixed urlpatterns leakage in auth_testsRiccardo Magliocchetti2015-05-191-2/+1
* Fixed #24334 -- Allowed admin password reset to work with non-digit custom us...Tim Graham2015-02-131-0/+21