index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
sites.py
Age
Commit message (
Expand
)
Author
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
2022-01-13
Refs #32681 -- Fixed VariableDoesNotExist when rendering some admin template.
Mariusz Felisiak
2021-07-05
Refs #24121 -- Added __repr__() to AdminSite, DefaultAdminSite, and ModelAdmin.
Eduardo Aldair Ahumada Garcia Jurado
2021-05-18
Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIPT_NAME.
Slava Skvortsov
2021-05-13
Fixed #32031 -- Added model class for each model to AdminSite.each_context().
Raffaele Salmaso
2021-04-26
Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template.
Zain Patel
2021-03-03
Fixed #32493 -- Removed redundant never_cache uses from admin views.
tim-mccurrach
2021-02-24
Fixed #32468 -- Corrected usage of never_cache in contrib.admin.
Haki Benita
2021-01-12
Fixed #31747 -- Fixed model enumeration via admin URLs.
Jon Dufresne
2021-01-12
Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...
Johannes Maron
2020-11-14
Refs #24474 -- Changed AdminSite.empty_value_display property to an attribute.
Nick Pope
2020-09-23
Fixed #32034 -- Removed redundant get_app_config() call in AdminSite.app_index.
Raffaele Salmaso
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-05-11
Fixed #31034 -- Added a navigation sidebar to the admin.
Tom Carrick
2019-03-25
Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions.
Hasan Ramezani
2018-08-06
Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.
Vlastimil Zíma
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-02-03
Fixed #8500 -- Allowed overriding the default admin site instance.
Raffaele Salmaso
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-08-23
Removed unneeded iter() calls.
Sergey Fedoseev
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-10
Fixed #26961 -- Made admin checks run when DEBUG=False.
Adam Chainz
2017-01-10
Fixed #27673 -- Made admin's checks run at check time instead of during regis...
Adam Chainz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-10-13
Fixed #26954 -- Prevented ModelAdmin.has_module_permission()=False from block...
Halil Kaya
2016-07-16
Fixed #17209 -- Added password reset/change class-based views
Claude Paroz
2016-06-27
Fixed #26779 -- Added extra_context parameter to admin's i18n_javascript view.
Shabda Raaj
2016-06-24
Refs #17209 -- Added LoginView and LogoutView class-based views
Claude Paroz
2016-05-04
Fixed #26558 -- Removed need for request context processor on admin login page.
Dan Stephenson
2016-04-15
Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-01-22
Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks.
Vincenzo Pandolfo
2016-01-06
Fixed #26035 -- Prevented user-tools from appearing on admin logout page.
Scott Pashley
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-10-22
Fixed #25519 -- Made the admin "View site" link point to sites running on a s...
Dheerendra Rathor
2015-09-11
Fixed #25374 -- Made ModelAdmin checks work on instances instead of classes.
Malcolm Box
2015-07-21
Fixed #24126 -- Deprecated current_app parameter to auth views.
lukasz.wojcik
2015-07-03
Fixed #25032 -- Removed double redirect in admin login.
Jan Pazdziora
2015-06-04
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-05-11
Fixed #24553 -- Added the list of available applications to AdminSite.each_co...
Riccardo Magliocchetti
2015-04-18
Removed cases of six.iter* wrapped in a list()
Curtis Maloney
[next]