django1/django/contrib/admin
Russell Keith-Magee d60ae0b721 Removed deprecated 'no' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-02 08:43:43 +00:00
..
locale Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
media Fixed #15569 -- Corrected the numbering updates to inlines when rows are added and deleted. Thanks to sbaechler for the report, to Arthur de Jong and mk for the work on the patch, and to Karen Tracey for the last minute testing help. 2011-03-17 00:44:12 +00:00
templates Fixed #6636 -- Added template blocks to admin change_form.html template for fieldsets and inline fieldsets. Thanks, peschler and jpichon 2011-03-28 01:22:05 +00:00
templatetags Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin changelists when used in conjunction with list_display_links or list_editable. Thanks, Simon Meers, Julien Phalip, Karen and master. 2011-03-03 13:20:45 +00:00
views Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs #15702 -- thanks to jonash for the patch. Splitting this over muliple commits to make it more manageable. 2011-03-28 01:40:43 +00:00
__init__.py Revert the removal of an unused import (in [14175]) that was referenced in documentation. Thanks for noticing, clong. 2010-10-27 07:08:15 +00:00
actions.py Poured a little more perfectionism into the delete-confirmation templates. 2011-01-20 01:00:47 +00:00
filterspecs.py Fixed #15606 -- Ensured that boolean fields always use the Boolean filterspec. Thanks to Martin Tiršel for the report 2011-03-15 08:19:39 +00:00
forms.py Fixed #15322 -- Removed a redundant check in admin logins. Thanks to melinath for the report. 2011-02-19 08:09:40 +00:00
helpers.py Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip for the patch. 2011-03-03 01:54:33 +00:00
models.py Fixed #14935 -- Corrected a test failure introduced by r14992, which revealed an unhandled edge case in LogEntry handling in the admin. Thanks to Ramiro Morales for the report. 2010-12-22 16:24:30 +00:00
options.py Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs #15702 -- thanks to jonash for the patch. Splitting this over muliple commits to make it more manageable. 2011-03-28 01:40:43 +00:00
sites.py Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs #15702 -- thanks to jonash for the patch. Splitting this over muliple commits to make it more manageable. 2011-03-28 01:40:43 +00:00
util.py Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip for the patch. 2011-03-03 01:54:33 +00:00
validation.py Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip for the patch. 2011-03-03 01:54:33 +00:00
widgets.py Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs #15702 -- thanks to jonash for the patch. Splitting this over muliple commits to make it more manageable. 2011-03-28 01:40:43 +00:00