django1/django/contrib/admin
Jacob Kaplan-Moss c485e236bd Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10088 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-18 16:55:59 +00:00
..
media Fixed #9642 -- Made the admin calendar/clock popups go away when the users clicks outside them. The previous javascript code did not work on IE. Thanks northtea for the report and patch. 2008-11-21 14:52:58 +00:00
templates Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared `list_editable` may be edited, in bulk, on the changelist page. Thanks, Alex Gaynor. 2009-03-17 20:51:47 +00:00
templatetags Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared `list_editable` may be edited, in bulk, on the changelist page. Thanks, Alex Gaynor. 2009-03-17 20:51:47 +00:00
views Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett! 2009-03-18 16:55:59 +00:00
__init__.py Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett! 2009-03-18 16:55:59 +00:00
filterspecs.py Fixed #3096 -- Make admin list_filters respect limit_choices_to. 2008-10-21 19:03:21 +00:00
helpers.py Fixed #9498 -- Handle a formset correctly when the foreign key is not available (for now). 2008-11-13 19:03:44 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Fixed #10533 -- Worked around an apparent limitation of xgettext. 2009-03-18 09:19:24 +00:00
sites.py `ModelAdmin` validation now runs when using the `site.register(Model, **kwargs)` form. 2009-03-17 20:40:01 +00:00
util.py Fixed #6470: made the admin use a URL resolver. 2009-01-14 20:22:25 +00:00
validation.py Fixed #10530, #10527: added a couple more validation errors around `list_editable`. Thanks, Florian Apolloner. 2009-03-18 03:03:24 +00:00
widgets.py Fixed an issue in ForeignKeyRawIdWidget where the values in limit_choices_to were always treated as lists even when they weren't 2008-11-26 21:21:43 +00:00