django1/django/contrib/admin
Luke Plant 4decf03f9c Fixed #11502 - wrong escaping in admin.
Thanks Tomasz Elendt.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11497 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-11 09:42:17 +00:00
..
media Fixed #10601 -- Fixed edit inline display in admin for right-to-left locales. 2009-04-11 13:45:45 +00:00
templates Fixed #11591: invalid HTML in tabular.html. 2009-09-10 16:12:08 +00:00
templatetags Fixed #11502 - wrong escaping in admin. 2009-09-11 09:42:17 +00:00
views Fixed #10348: ChangeList no longer overwrites a select_related provided by `ModelAdmin.queryset()`. 2009-05-14 15:09:33 +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
actions.py Fixed #10997: fixed a Python 2.4-ism in admin actions. 2009-05-08 09:57:47 +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 #11042 -- Corrected admin inlines for inherited models. Thanks to jsmullyan for the report, and mir for helpful triage work. Patch includes regression test for #8093, and a commented out test for #10992. 2009-05-09 11:40:13 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Fixed #11471: Fixed typo in a comment in admin options.py. Thanks adamv. 2009-08-13 17:04:42 +00:00
sites.py Fixed #11061: Malformed POST request causes TypeError in AdminSite.login(). 2009-09-10 16:50:57 +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 Changed r10668 to not falsely error out when using generic inlines. 2009-05-10 21:09:38 +00:00
widgets.py Fixed #11502 - wrong escaping in admin. 2009-09-11 09:42:17 +00:00