django1/django/contrib/admin
Luke Plant f459169170 Fixed #15661 - LogEntry objects have no unicode method
Thanks to Keryn Knight for the report and initial patch, and ShawnMilo for
additional work on the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16120 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-28 14:54:09 +00:00
..
locale Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
media Fixed #11531 -- Removed unused dateparse.js from admin JavaScript directory. 2011-04-22 12:02:14 +00:00
templates Fixed various validation errors caught by the validator.nu HTML5 validator. 2011-04-20 17:41:04 +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 Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate search results in admin with search_fields traversing to non-M2M related models. Thanks to Adam Kochanowski for the report and Ryan Kaskel for the patch. 2011-04-23 03:55:21 +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 Fixed #15008 -- Replaced all calls in the admin to render_to_response with TemplateResponses for easier customization. Thanks to Chris Adams for the initial patch. 2011-04-22 18:17:16 +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 #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin and InlineModelAdmin to be able to handle prepopulated fields on a case-by-case basis. Thanks, leanmeandonothingmachine. 2011-04-22 12:02:25 +00:00
models.py Fixed #15661 - LogEntry objects have no unicode method 2011-04-28 14:54:09 +00:00
options.py Fixed #15008 -- Replaced all calls in the admin to render_to_response with TemplateResponses for easier customization. Thanks to Chris Adams for the initial patch. 2011-04-22 18:17:16 +00:00
sites.py Fixed #15008 -- Replaced all calls in the admin to render_to_response with TemplateResponses for easier customization. Thanks to Chris Adams for the initial patch. 2011-04-22 18:17:16 +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 Fixed #15673 -- Allow limit_choices_to to use a tuple for __in filters. Thanks, EnTeQuAk. 2011-04-22 12:03:50 +00:00