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