summaryrefslogtreecommitdiff
path: root/tests/admin_custom_urls/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33028 -- Used ModelAdmin's opts attribute instead of model._meta.Marcelo Galigniana2022-06-221-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-10/+14
* 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-3/+5
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Updated tests to stop leaking models in shared AdminSite.Riccardo Magliocchetti2015-04-151-3/+4
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
* PEP8 cleanupJason Myers2013-11-021-0/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+80