django1/django/contrib/admin
Jacob Kaplan-Moss 90363e388c Apply autoescaping to AdminURLFieldWidget.
This is a security fix; disclosure to follow shortly.
2013-08-13 11:04:21 -05:00
..
bin [1.5.x] Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks to camilonova, Russell Keith-Magee, Aymeric Augustin and Ramiro Morales for the feedback. 2013-02-02 15:03:05 -08:00
locale Updated translations from Transifex 2013-03-28 09:22:57 +01:00
static/admin [1.5.x] Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks to camilonova, Russell Keith-Magee, Aymeric Augustin and Ramiro Morales for the feedback. 2013-02-02 15:03:05 -08:00
templates [1.5.x] Fixed #19439 -- Removed unused template tag library in change_password.html 2012-12-08 12:54:22 +01:00
templatetags [1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX. 2012-11-17 23:05:16 +01:00
views [1.5.x] Made admin generated changelist URLs independent of dict ordering 2012-12-24 02:20:32 +00:00
__init__.py Fixed #5833 -- Modified the admin list filters to be easier to customize. Many thanks to Honza Král, Tom X. Tobin, gerdemb, eandre, sciyoshi, bendavis78 and Julien Phalip for working on this. 2011-05-03 10:44:23 +00:00
actions.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
filters.py [1.5.x] Fixed #19318 -- Ensured that the admin's SimpleListFilter options can be displayed as selected even if the lookup's first element is not a string. 2012-12-03 11:55:33 -08:00
forms.py [1.5.X] Fixed #19368 -- Ensured that login error messages adapt to changes in the User model. 2012-12-15 22:48:09 +08:00
helpers.py [1.5.x] Fixed #17911 -- Ensure that admin readonly fields' display values are shown in change forms when the raw value is None. 2012-11-25 23:16:44 +01:00
models.py [1.5.x] Fixed #19114 -- Fixed LogEntry unicode representation 2012-11-17 19:21:09 +01:00
options.py [1.5.x] Fixed spelling errors 2013-03-29 08:00:24 -04:00
sites.py [1.5.x] Fixed spelling errors 2013-03-29 08:00:24 -04:00
tests.py [1.5.x] Made a couple of selenium tests wait for page loaded 2013-02-21 00:01:07 +02:00
util.py Fixed #18676 -- Allow fast-path deletion of objects 2012-09-28 18:16:08 +03:00
validation.py [1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form() method is overridden. 2013-02-02 14:55:59 -08:00
widgets.py Apply autoescaping to AdminURLFieldWidget. 2013-08-13 11:04:21 -05:00