django1/django/contrib/admin/templates
Malcolm Tredinnick 25c4ab99e3 Fixed #6109 -- Marked fieldset descriptions as safe from auto-escaping. Good
catch, SomeGuy.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-02-03 07:39:10 +00:00
..
admin Fixed #6109 -- Marked fieldset descriptions as safe from auto-escaping. Good 2008-02-03 07:39:10 +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