summaryrefslogtreecommitdiff
path: root/django/contrib/admin/sites.py
AgeCommit message (Expand)Author
2021-01-12Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne
2021-01-12Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron
2020-11-14Refs #24474 -- Changed AdminSite.empty_value_display property to an attribute.Nick Pope
2020-09-23Fixed #32034 -- Removed redundant get_app_config() call in AdminSite.app_index.Raffaele Salmaso
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-05-11Fixed #31034 -- Added a navigation sidebar to the admin.Tom Carrick
2019-03-25Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions.Hasan Ramezani
2018-08-06Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.Vlastimil Zíma
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-02-03Fixed #8500 -- Allowed overriding the default admin site instance.Raffaele Salmaso
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-08-23Removed unneeded iter() calls.Sergey Fedoseev
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-10Fixed #26961 -- Made admin checks run when DEBUG=False.Adam Chainz
2017-01-10Fixed #27673 -- Made admin's checks run at check time instead of during regis...Adam Chainz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-10-13Fixed #26954 -- Prevented ModelAdmin.has_module_permission()=False from block...Halil Kaya
2016-07-16Fixed #17209 -- Added password reset/change class-based viewsClaude Paroz
2016-06-27Fixed #26779 -- Added extra_context parameter to admin's i18n_javascript view.Shabda Raaj
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2016-05-04Fixed #26558 -- Removed need for request context processor on admin login page.Dan Stephenson
2016-04-15Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based viewsClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-01-22Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks.Vincenzo Pandolfo
2016-01-06Fixed #26035 -- Prevented user-tools from appearing on admin logout page.Scott Pashley
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-10-22Fixed #25519 -- Made the admin "View site" link point to sites running on a s...Dheerendra Rathor
2015-09-11Fixed #25374 -- Made ModelAdmin checks work on instances instead of classes.Malcolm Box
2015-07-21Fixed #24126 -- Deprecated current_app parameter to auth views.lukasz.wojcik
2015-07-03Fixed #25032 -- Removed double redirect in admin login.Jan Pazdziora
2015-06-04Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-05-11Fixed #24553 -- Added the list of available applications to AdminSite.each_co...Riccardo Magliocchetti
2015-04-18Removed cases of six.iter* wrapped in a list()Curtis Maloney
2015-04-15Removed code duplication between AdminSite.index() and app_index().Riccardo Magliocchetti
2015-04-08Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...Tim Graham
2015-04-08Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-05Caught all exceptions raised by Engine.get_default().Aymeric Augustin
2015-01-17Fixed #24055 -- Keep reference to view class for resolve()Collin Anderson
2015-01-12Avoided exceptions in a non-critical check in the admin.Aymeric Augustin
2014-12-31Fixed #22295 -- Replaced permission check for displaying admin user-toolsThomas Tanner
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin