Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/sites.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25519 -- Made the admin "View site" link point to ...Dheerendra Rathor2015-10-221-1/+6
* Fixed #25374 -- Made ModelAdmin checks work on instances ...Malcolm Box2015-09-111-3/+4
* Fixed #24126 -- Deprecated current_app parameter to auth ...lukasz.wojcik2015-07-211-4/+4
* Fixed #25032 -- Removed double redirect in admin login.Jan Pazdziora2015-07-031-1/+1
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-06-051-0/+10
* Fixed #24553 -- Added the list of available applications ...Riccardo Magliocchetti2015-05-111-4/+14
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-181-3/+2
* Removed code duplication between AdminSite.index() and ap...Riccardo Magliocchetti2015-04-151-83/+70
* Revert "Fixed #24474 -- Allowed configuring the admin's e...Tim Graham2015-04-091-10/+0
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-04-091-0/+10
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+8
* Caught all exceptions raised by Engine.get_default().Aymeric Augustin2015-02-051-2/+8
* Fixed #24055 -- Keep reference to view class for resolve()Collin Anderson2015-01-171-0/+1
* Avoided exceptions in a non-critical check in the admin.Aymeric Augustin2015-01-121-7/+18
* Fixed #22295 -- Replaced permission check for displaying ...Thomas Tanner2014-12-311-7/+8
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-281-2/+2
* Deprecated current_app in TemplateResponse and render(_to...Aymeric Augustin2014-12-281-3/+7
* Fixed #23497 -- Made admin system checks run for custom A...Mosson, Andrew2014-12-171-1/+3
* Fixed #17890 -- Added an extra_context parameter to Admin...Berker Peksag2014-11-291-2/+2
* Removed direct references to template-related settings.Aymeric Augustin2014-11-231-1/+2
* Limited lines to 119 characters in django/Tim Graham2014-09-051-3/+9
* Fixed #13749 -- Added link from admin site to front-end s...areski2014-08-271-0/+4
* Fixed #21132 -- Removed the useless app_name argument to ...Tim Graham2014-08-141-3/+2
* Fixed #13163 -- Added ability to show change links on inl...Nick Sandford2014-07-311-0/+6
* Fixed #6327 -- Added has_module_permission method to Base...Maxime Turcotte2014-06-131-6/+5
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-11/+11
* Fixed #22329 -- Used label_tag() in some admin auth templ...Tim Graham2014-03-291-0/+2
* Prevented admin from importing auth.User.Aymeric Augustin2014-03-091-1/+3
* Removed two imports which are now unusedAlex Gaynor2014-02-051-1/+1
* Removed the this_is_the_login_form hackClaude Paroz2014-02-041-4/+0
* Fixed #21911 -- Made admin views redirect to login when n...Claude Paroz2014-02-041-1/+10
* Made staff_member_required redirect to loginClaude Paroz2014-02-041-1/+4
* Avoided importing models from django.contrib.admin.Aymeric Augustin2014-02-011-2/+8
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-1/+1
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+1
* Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin2014-01-181-2/+2
* Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin2014-01-061-2/+2
* Stopped populating the app registry as a side effect.Aymeric Augustin2013-12-301-1/+0
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-6/+6
* Used a more translator-friendly format in admin sites.pyClaude Paroz2013-12-231-1/+1
* Used application verbose names in the admin.Aymeric Augustin2013-12-221-4/+5
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Expurged INSTALLED_APPS from code and tests.Aymeric Augustin2013-12-221-9/+7
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-1/+2
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Fixed #21056 -- AdminSite.app_index no longer blindly acc...Keryn Knight2013-09-111-2/+13
* Fixed #21063 -- AdminSite app_index should be fail early ...Keryn Knight2013-09-091-35/+36
* Fixed regression introduced by a962286, changed ugettext ...Loic Bistuer2013-09-071-4/+4
* Added AdminSite attributes for easily changing admin title.Adrian Holovaty2013-09-061-17/+38
* Fixed awkward indentation in admin URLconfsAdrian Holovaty2013-09-061-25/+9