summaryrefslogtreecommitdiff
path: root/tests/admin_custom_urls/models.py
AgeCommit message (Expand)Author
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-04-15Updated tests to stop leaking models in shared AdminSite.Riccardo Magliocchetti
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-11-02PEP8 cleanupJason Myers
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner