django1/django/contrib/admin
Luke Plant e9497a3803 Corrected way to get URL of object in admin history template 2012-06-10 06:18:16 +01:00
..
locale Pulled admin translations updates from Transifex. Refs #17822. 2012-03-23 02:41:04 +00:00
static/admin Merge branch 'master' of https://github.com/django/django 2012-06-05 13:29:33 +02:00
templates Corrected way to get URL of object in admin history template 2012-06-10 06:18:16 +01:00
templatetags Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
views Imported reduce from functools for forward compatibility. 2012-05-20 00:25:46 +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 #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
helpers.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
models.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
options.py Ticket #17804 fix. 2012-06-05 13:28:32 +02: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 #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +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 #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00