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
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
2015-04-15
Removed code duplication between AdminSite.index() and app_index().
Riccardo Magliocchetti
2015-04-08
Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...
Tim Graham
2015-04-08
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Caught all exceptions raised by Engine.get_default().
Aymeric Augustin
2015-01-17
Fixed #24055 -- Keep reference to view class for resolve()
Collin Anderson
2015-01-12
Avoided exceptions in a non-critical check in the admin.
Aymeric Augustin
2014-12-31
Fixed #22295 -- Replaced permission check for displaying admin user-tools
Thomas Tanner
2014-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-12-17
Fixed #23497 -- Made admin system checks run for custom AdminSites.
Mosson, Andrew
2014-11-29
Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().
Berker Peksag
2014-11-23
Removed direct references to template-related settings.
Aymeric Augustin
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-27
Fixed #13749 -- Added link from admin site to front-end site.
areski
2014-08-14
Fixed #21132 -- Removed the useless app_name argument to AdminSite.
Tim Graham
2014-07-31
Fixed #13163 -- Added ability to show change links on inline objects in admin.
Nick Sandford
2014-06-13
Fixed #6327 -- Added has_module_permission method to BaseModelAdmin
Maxime Turcotte
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-29
Fixed #22329 -- Used label_tag() in some admin auth templates.
Tim Graham
2014-03-09
Prevented admin from importing auth.User.
Aymeric Augustin
2014-02-04
Removed two imports which are now unused
Alex Gaynor
2014-02-04
Removed the this_is_the_login_form hack
Claude Paroz
2014-02-04
Fixed #21911 -- Made admin views redirect to login when needed
Claude Paroz
2014-02-04
Made staff_member_required redirect to login
Claude Paroz
2014-02-01
Avoided importing models from django.contrib.admin.
Aymeric Augustin
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-18
Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().
Aymeric Augustin
2014-01-06
Fixed #21718 -- Renamed has_app to is_installed.
Aymeric Augustin
2013-12-30
Stopped populating the app registry as a side effect.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-23
Used a more translator-friendly format in admin sites.py
Claude Paroz
2013-12-22
Used application verbose names in the admin.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Expurged INSTALLED_APPS from code and tests.
Aymeric Augustin
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-09-11
Fixed #21056 -- AdminSite.app_index no longer blindly accepts any app-labelis...
Keryn Knight
2013-09-09
Fixed #21063 -- AdminSite app_index should be fail early if the user has no p...
Keryn Knight
2013-09-07
Fixed regression introduced by a962286, changed ugettext to ugettext_lazy.
Loic Bistuer
2013-09-06
Added AdminSite attributes for easily changing admin title.
Adrian Holovaty
2013-09-06
Fixed awkward indentation in admin URLconfs
Adrian Holovaty
2013-07-21
Fixed #13629 -- Added CSS classes to the `<body>` tag of some admin templates...
Thomas Sorrel
[next]