django1/django/contrib/admin
Aymeric Augustin 3dde02640c Fixed #17518 -- CSS glitch in StackedInline.
Thanks sebastian for the report and patch.
2012-05-10 22:44:40 +02:00
..
locale Pulled admin translations updates from Transifex. Refs #17822. 2012-03-23 02:41:04 +00:00
static/admin Fixed #17518 -- CSS glitch in StackedInline. 2012-05-10 22:44:40 +02:00
templates Fixed template syntax error, introduced in pull request #17 2012-04-29 11:03:12 +04:00
templatetags Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
views Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02: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 Removed deprecated admin contrib app AdminSite root_path attribute. Refs #15294, r11250, r16136. 2011-07-30 19:09:23 +00:00
filters.py Fixed #17992 -- Added a public API for localtime. 2012-04-29 15:37:23 +02:00
forms.py Fixed #16837 -- Improved error message for admin login. 2011-09-22 04:16:21 +00:00
helpers.py Replaced foo.next() by next(foo). 2012-05-10 20:15:49 +02:00
models.py Fixed #16438 -- Corrected whitespace in admin models module. Thanks, philipkimmey. 2011-08-12 14:14:39 +00:00
options.py Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_field` attribute. This fixes a regression introduced in [14674] and Django 1.3. Thanks to graveyboat and Karen Tracey for the report. 2012-03-31 18:22:12 +00:00
sites.py Removed executable bits from some files that don't need them. 2012-03-09 12:13:31 +00:00
tests.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
util.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02: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 #12073 -- Made `AdminDateWidget` and `AdminTimeWidget` consider user-supplied `attrs`. Thanks to elliss for the report and to koenb for the patch. 2011-11-20 11:12:37 +00:00