django1/django/contrib/admin
Jacob Kaplan-Moss ee17cabba0 Fixed #9969: choices with options groups (added in [7977]) now work correctly in the admin with list_display and list_filter. Thanks, ramiro.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-01 14:14:20 +00:00
..
media Fixed a corner case from [10258]; thanks, Alex. 2009-03-31 17:10:23 +00:00
templates Fixed #8749: add better breadcrumbs in the change password template. Thanks, SmileyChris. 2009-03-30 23:00:55 +00:00
templatetags Fixed #9969: choices with options groups (added in [7977]) now work correctly in the admin with list_display and list_filter. Thanks, ramiro. 2009-04-01 14:14:20 +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 #10553 -- Corrected several uses of `URLconf` in documentation and comments, according to the Django style guide. Based on patch from rduffield. 2009-03-31 16:07:07 +00:00
filterspecs.py Fixed #9969: choices with options groups (added in [7977]) now work correctly in the admin with list_display and list_filter. Thanks, ramiro. 2009-04-01 14:14:20 +00:00
helpers.py Fixed #10505: added support for bulk admin actions, including a globally-available "delete selected" action. See the documentation for details. 2009-03-23 20:22:56 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default manager. Thanks, Alex Gaynor. 2009-04-01 03:11:58 +00:00
sites.py Fixed #9908: allow individual app index templates in the admin. Thanks, arne. 2009-04-01 14:13:59 +00:00
util.py Fixed a ungettext() call to prevent spurious string extraction by xgettext. 2009-03-25 01:31:57 +00:00
validation.py Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@gmail.com. 2009-03-31 07:01:01 +00:00
widgets.py Fixed #10537: Fixed the foreign key add-another link in list_editable. Thanks, Alex and jezdez. 2009-03-30 23:16:34 +00:00