django1/django/contrib/admin/templates
Malcolm Tredinnick f27365e5bd Fixed #6061 -- Don't escape help_text in the admin interface (so that it
behaves as documented). Thanks, baumer.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6781 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-30 19:59:13 +00:00
..
admin Fixed #6061 -- Don't escape help_text in the admin interface (so that it 2007-11-30 19:59:13 +00:00
admin_doc Fixed #5706 -- Fixed a couple of XHTML incompatibilities. Based on a patch from 2007-11-29 16:32:29 +00:00
registration Fixed #3491 -- Fixed links in `user-tools` section of admin's `base.html` template to use the `url` template tag. This also removes the need for child templates to override the block just to adjust the relative path. Thanks, saintsjd@gmail.com. 2007-09-20 06:59:13 +00:00
widget Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00