django1/django/contrib/admin
Ulrich Petri ac2052ebc8 Fixed #17549 -- Added a clickable link for URLFields in admin change list. 2012-11-03 11:57:33 +01:00
..
locale Updated base translation files 2012-10-15 11:17:06 +02:00
static/admin Fixed #17549 -- Added a clickable link for URLFields in admin change list. 2012-11-03 11:57:33 +01:00
templates Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified UserAdmin to match. 2012-10-13 11:44:50 +08:00
templatetags Fixed #18072 -- Made more admin links use reverse() instead of hard-coded relative URLs. 2012-09-24 22:02:59 -03: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 #18530 -- Fixed a small regression in the admin filters where wrongly formatted dates passed as url parameters caused an unhandled ValidationError. Thanks to david for the report. 2012-09-15 16:20:56 -07:00
forms.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
helpers.py [py3] Fixed 'iterable but non string' detection 2012-08-08 18:02:25 +02:00
models.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
options.py Fixed #17856 -- Passed obj to get_inline_instances 2012-10-20 15:49:52 +02:00
sites.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +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