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
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
2013-05-19
Fixed #12674 -- provide a way to override admin validation
Honza Kral
2013-03-28
Fixed spelling errors
Gavin Wahl
2013-03-18
Fixed #19327 -- Added handling of double login attempts in admin.
Deric Crago
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2012-12-04
Fixed #18697 -- Made values accepted for two customizable admin templates con...
Ramiro Morales
2012-12-02
Fixed #17050 -- Added some CSS class names to the admin index pages to facili...
Julien Phalip
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-06-18
Fixed #18444 -- Replace hard coded "View on Site" URLs
Daniel Hepper
2012-03-09
Removed executable bits from some files that don't need them.
Ramiro Morales
2012-02-09
Fixed #159 -- Prevent the `AdminSite` from logging users out when they try to...
Jannis Leidel
2012-01-23
Reverted [17378] until a public API is available for application labels.
Ramiro Morales
2012-01-19
Fixed translatability of application names in admin app.
Ramiro Morales
2011-12-19
Stopped unconditionally reversing admin model add/change URLs.
Ramiro Morales
2011-09-20
Converted internal link generation in the admin and admin document generator ...
Ramiro Morales
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-07-30
Simplified AdminSite self.name attribute initialization.
Ramiro Morales
2011-07-30
Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152...
Ramiro Morales
2011-04-30
Cleaned up admin sites.py imports.
Ramiro Morales
2011-04-22
Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...
Jannis Leidel
2011-03-28
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2011-03-03
Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...
Russell Keith-Magee
2011-02-24
Prevented non-admin users from accessing the admin redirect shortcut.
Jacob Kaplan-Moss
2011-02-23
Fixed #12004 -- Improved error reporting when an abstract class is registered...
Russell Keith-Magee
2011-01-21
Fixed a few translation related tests:
Jannis Leidel
2010-12-02
Fixed #8342 -- Removed code from the admin that assumed that you can't login ...
Jannis Leidel
2010-10-29
Remove several uses of the deprecated dict.has_key in favor of the in operato...
Alex Gaynor
2010-10-14
Fixed reference to removed function root() in AdminSite docstring.
Luke Plant
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-08-06
Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This wil...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-02-27
Fixed #12933 - AdminSite.admin_view disables @csrf_view_exempt
Luke Plant
2010-02-21
Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...
Jannis Leidel
2010-01-12
Fixed #8933 - Allow more admin templates to be overridden.
Jannis Leidel
2010-01-10
Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...
Adrian Holovaty
2010-01-09
Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou...
Adrian Holovaty
2009-12-03
Updated all PendingDeprecationWarning from 1.1 to DeprecationWarning ready fo...
Luke Plant
2009-10-30
Allow CsrfResponseMiddleware to be used if templates cannot be updated.
Luke Plant
2009-10-27
Moved contrib.csrf.* to core code.
Luke Plant
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-10-24
Fixed #12067 - check_dependencies in contrib.admin.sites not triggered using ...
Luke Plant
2009-09-10
Fixed #11061: Malformed POST request causes TypeError in AdminSite.login().
Luke Plant
[prev]
[next]