django1/django/contrib/admin
Julien Phalip c9c40bc6bc 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:01:32 -08:00
..
bin 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:01:32 -08:00
locale Updated base translation files 2012-10-15 11:17:06 +02:00
static/admin 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:01:32 -08:00
templates Fixed #19469 -- Removed opts.get_ordered_objects() and related code 2012-12-16 16:22:09 +02:00
templatetags Fixed #19469 -- Removed opts.get_ordered_objects() and related code 2012-12-16 16:22:09 +02:00
views Made admin generated changelist URLs independent of dict ordering 2012-12-24 01:33:24 +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 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:53:15 -08:00
forms.py Fixed #19368 -- Ensured that login error messages adapt to changes in the User model. 2012-12-15 22:44:47 +08:00
helpers.py Fixed #17911 -- Ensure that admin readonly fields' display values are shown in change forms when the raw value is None. 2012-11-25 23:13:30 +01:00
models.py Fixed #19114 -- Fixed LogEntry unicode representation 2012-11-17 19:19:59 +01:00
options.py Added further flexibility to ModelAdmin for controlling post-save redirections. 2012-12-30 21:33:21 -08:00
sites.py Fixed #18697 -- Made values accepted for two customizable admin templates consistent. 2012-12-04 01:13:01 -03:00
tests.py Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain for the report. 2012-10-04 06:45:22 -04:00
util.py Fixed #18051 -- Allowed admin fieldsets to contain lists 2013-01-21 22:34:36 +01:00
validation.py Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form() method is overridden. 2013-02-02 14:53:46 -08:00
widgets.py Moved has_changed logic from widget to form field 2013-01-25 20:50:46 +01:00