summaryrefslogtreecommitdiff
path: root/tests/admin_views/customadmin.py
Commit message (Expand)AuthorAgeFilesLines
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Fixed #17962 -- Added ModelAdmin.get_deleted_objects().Becky Smith2018-02-241-0/+6
* Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe2017-09-181-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-4/+4
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Replaced hardcoded URLs in admin_* testsClaude Paroz2015-02-081-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
* Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().Berker Peksag2014-11-291-0/+3
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+4
* Fixed all E261 warningscoagulant2013-11-021-2/+2
* Added a test for AdminSite.app_index_template; refs #8498.SusanTan2013-07-311-0/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-081-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+59