summaryrefslogtreecommitdiff
path: root/django/contrib/admin/sites.py
AgeCommit message (Expand)Author
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
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2014-12-17Fixed #23497 -- Made admin system checks run for custom AdminSites.Mosson, Andrew
2014-11-29Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().Berker Peksag
2014-11-23Removed direct references to template-related settings.Aymeric Augustin
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-27Fixed #13749 -- Added link from admin site to front-end site.areski
2014-08-14Fixed #21132 -- Removed the useless app_name argument to AdminSite.Tim Graham
2014-07-31Fixed #13163 -- Added ability to show change links on inline objects in admin.Nick Sandford
2014-06-13Fixed #6327 -- Added has_module_permission method to BaseModelAdminMaxime Turcotte
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-29Fixed #22329 -- Used label_tag() in some admin auth templates.Tim Graham
2014-03-09Prevented admin from importing auth.User.Aymeric Augustin
2014-02-04Removed two imports which are now unusedAlex Gaynor
2014-02-04Removed the this_is_the_login_form hackClaude Paroz
2014-02-04Fixed #21911 -- Made admin views redirect to login when neededClaude Paroz
2014-02-04Made staff_member_required redirect to loginClaude Paroz
2014-02-01Avoided importing models from django.contrib.admin.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
2014-01-06Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-23Used a more translator-friendly format in admin sites.pyClaude Paroz
2013-12-22Used application verbose names in the admin.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Expurged INSTALLED_APPS from code and tests.Aymeric Augustin