summaryrefslogtreecommitdiff
path: root/django/contrib/admin/sites.py
AgeCommit message (Expand)Author
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
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-09-11Fixed #21056 -- AdminSite.app_index no longer blindly accepts any app-labelis...Keryn Knight
2013-09-09Fixed #21063 -- AdminSite app_index should be fail early if the user has no p...Keryn Knight
2013-09-07Fixed regression introduced by a962286, changed ugettext to ugettext_lazy.Loic Bistuer
2013-09-06Added AdminSite attributes for easily changing admin title.Adrian Holovaty
2013-09-06Fixed awkward indentation in admin URLconfsAdrian Holovaty
2013-07-21Fixed #13629 -- Added CSS classes to the `<body>` tag of some admin templates...Thomas Sorrel
2013-05-19Fixed #12674 -- provide a way to override admin validationHonza Kral
2013-03-28Fixed spelling errorsGavin Wahl
2013-03-18Fixed #19327 -- Added handling of double login attempts in admin.Deric Crago
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2012-12-04Fixed #18697 -- Made values accepted for two customizable admin templates con...Ramiro Morales
2012-12-02Fixed #17050 -- Added some CSS class names to the admin index pages to facili...Julien Phalip
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-06-18Fixed #18444 -- Replace hard coded "View on Site" URLsDaniel Hepper
2012-03-09Removed executable bits from some files that don't need them.Ramiro Morales
2012-02-09Fixed #159 -- Prevent the `AdminSite` from logging users out when they try to...Jannis Leidel
2012-01-23Reverted [17378] until a public API is available for application labels.Ramiro Morales
2012-01-19Fixed translatability of application names in admin app.Ramiro Morales
2011-12-19Stopped unconditionally reversing admin model add/change URLs.Ramiro Morales
2011-09-20Converted internal link generation in the admin and admin document generator ...Ramiro Morales
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-07-30Simplified AdminSite self.name attribute initialization.Ramiro Morales
2011-07-30Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152...Ramiro Morales
2011-04-30Cleaned up admin sites.py imports.Ramiro Morales
2011-04-22Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...Jannis Leidel
2011-03-28Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...Adrian Holovaty
2011-03-03Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...Russell Keith-Magee
2011-02-24Prevented non-admin users from accessing the admin redirect shortcut.Jacob Kaplan-Moss
2011-02-23Fixed #12004 -- Improved error reporting when an abstract class is registered...Russell Keith-Magee
2011-01-21Fixed a few translation related tests:Jannis Leidel
2010-12-02Fixed #8342 -- Removed code from the admin that assumed that you can't login ...Jannis Leidel