Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/sites.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #13629 -- Added CSS classes to the `<body>` tag of ...Thomas Sorrel2013-07-211-0/+1
* Fixed #12674 -- provide a way to override admin validationHonza Kral2013-05-191-8/+2
* Fixed spelling errorsGavin Wahl2013-03-281-1/+1
* Fixed #19327 -- Added handling of double login attempts i...Deric Crago2013-03-191-1/+3
* Fixed #19689 -- Renamed `Model._meta.module_name` to `mod...Simon Charette2013-02-051-3/+3
* Fixed #18697 -- Made values accepted for two customizable...Ramiro Morales2012-12-041-3/+3
* Fixed #17050 -- Added some CSS class names to the admin i...Julien Phalip2012-12-031-0/+4
* Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-14/+20
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-3/+4
* Fixed #18444 -- Replace hard coded "View on Site" URLsDaniel Hepper2012-06-181-1/+2
* Removed executable bits from some files that don't need t...Ramiro Morales2012-03-091-0/+0
* Fixed #159 -- Prevent the `AdminSite` from logging users ...Jannis Leidel2012-02-091-2/+6
* Reverted [17378] until a public API is available for appl...Ramiro Morales2012-01-231-3/+3
* Fixed translatability of application names in admin app.Ramiro Morales2012-01-191-3/+3
* Stopped unconditionally reversing admin model add/change ...Ramiro Morales2011-12-191-5/+21
* Converted internal link generation in the admin and admin...Ramiro Morales2011-09-201-3/+7
* Fixed #14675 -- Completed removal of `from django.conf.ur...Ramiro Morales2011-09-121-2/+2
* Simplified AdminSite self.name attribute initialization.Ramiro Morales2011-07-301-5/+2
* Removed deprecated admin contrib app AdminSite root_path ...Ramiro Morales2011-07-301-8/+1
* Cleaned up admin sites.py imports.Ramiro Morales2011-05-011-3/+1
* Fixed #15008 -- Replaced all calls in the admin to render...Jannis Leidel2011-04-221-10/+10
* Removed a bunch of Python 2.4 workarounds now that we don...Adrian Holovaty2011-03-281-1/+1
* Fixed #15512 -- Cleanup of imports in contrib.admin. Than...Russell Keith-Magee2011-03-031-3/+3
* Prevented non-admin users from accessing the admin redire...Jacob Kaplan-Moss2011-02-241-1/+2
* Fixed #12004 -- Improved error reporting when an abstract...Russell Keith-Magee2011-02-231-0/+6
* Fixed a few translation related tests:Jannis Leidel2011-01-211-1/+1
* Fixed #8342 -- Removed code from the admin that assumed t...Jannis Leidel2010-12-021-73/+36
* Remove several uses of the deprecated dict.has_key in fav...Alex Gaynor2010-10-291-1/+1
* Fixed reference to removed function root() in AdminSite d...Luke Plant2010-10-141-2/+3
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-111-75/+0
* Fixed #12746 -- Updated sorting calls to use 'key' instea...Russell Keith-Magee2010-08-061-3/+3
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-041-4/+0
* Fixed #12933 - AdminSite.admin_view disables @csrf_view_e...Luke Plant2010-02-271-1/+2
* Fixed #12066 - Moved auth context processor from core to ...Jannis Leidel2010-02-221-4/+8
* Fixed #8933 - Allow more admin templates to be overridden.Jannis Leidel2010-01-131-4/+18
* Fixed #8049 -- Fixed inconsistency in admin site is_activ...Adrian Holovaty2010-01-101-1/+1
* Fixed #6991 -- Removed some redundant user.is_authenticat...Adrian Holovaty2010-01-091-1/+1
* Updated all PendingDeprecationWarning from 1.1 to Depreca...Luke Plant2009-12-031-1/+1
* Allow CsrfResponseMiddleware to be used if templates cann...Luke Plant2009-10-301-2/+2
* Moved contrib.csrf.* to core code.Luke Plant2009-10-271-2/+1
* Fixed #9977 - CsrfMiddleware gets template tag added, ses...Luke Plant2009-10-271-0/+5
* Fixed #12067 - check_dependencies in contrib.admin.sites ...Luke Plant2009-10-241-0/+3
* Fixed #11061: Malformed POST request causes TypeError in ...Luke Plant2009-09-101-1/+1
* Fixed #10061 -- Added namespacing for named URLs - most i...Russell Keith-Magee2009-07-161-20/+24
* Fixed #11416 -- Restored use of the never_cache decorator...Russell Keith-Magee2009-07-131-10/+16
* Fixed #9036: unified the permission checking in `AdminSit...Jacob Kaplan-Moss2009-04-081-10/+3
* Fixed #10423, a type on the `AdminSite.admin_view` docstr...Jacob Kaplan-Moss2009-04-061-1/+1
* Made a bunch of improvements to admin actions. Be warned:...Jacob Kaplan-Moss2009-04-061-6/+34
* Fixed #9908: allow individual app index templates in the ...Jacob Kaplan-Moss2009-04-011-1/+2
* Fixed #10553 -- Corrected several uses of `URLconf` in do...Gary Wilson Jr2009-03-311-1/+1