summaryrefslogtreecommitdiff
path: root/tests/admin_views/customadmin.py
AgeCommit message (Expand)Author
9 daysFixed #10919 -- Added delete_confirmation_max_display to ModelAdmin.Rodrigo Vieira
2025-01-30Fixed #36121 -- Allowed customizing the admin site password change form.Mohammadreza Eskandari
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-03-25Fixed #7497 -- Allowed overriding the order of apps and models in admin.adontz
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2018-02-24Fixed #17962 -- Added ModelAdmin.get_deleted_objects().Becky Smith
2017-09-18Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-02-08Replaced hardcoded URLs in admin_* testsClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-29Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().Berker Peksag
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-11-02Fixed all E261 warningscoagulant
2013-07-31Added a test for AdminSite.app_index_template; refs #8498.SusanTan
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner