django1/django/contrib/admin
Sebastián Magrí 88e1715639 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
..
locale Updated base translation files 2012-10-15 11:17:06 +02:00
static/admin Fixed #18722 -- Adjusted width of sortable columns in admin 2012-11-24 17:12:59 +01:00
templates Fixed #17050 -- Added some CSS class names to the admin index pages to facilitate per-app or per-model style customizations. Thanks to scytale for the report and to H0ff1 and thiderman for their work on the patch. 2012-12-02 20:54:34 -08:00
templatetags Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX. 2012-11-17 22:38:19 +01:00
views Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08: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 #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +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 Fixed #19354 -- Do not assume usermodel.pk == usermodel.id 2012-11-29 21:45:43 +01:00
sites.py Fixed #17050 -- Added some CSS class names to the admin index pages to facilitate per-app or per-model style customizations. Thanks to scytale for the report and to H0ff1 and thiderman for their work on the patch. 2012-12-02 20:54:34 -08: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 #18676 -- Allow fast-path deletion of objects 2012-09-28 18:16:08 +03:00
validation.py Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replacement for a global module level variable. Thanks, jsdalton. 2011-09-08 13:25:00 +00:00
widgets.py Fixed #17549 -- Added a clickable link for URLFields in admin change list. 2012-11-03 11:57:33 +01:00