django1/django/contrib/admindocs
Adrian Holovaty 6bdb7b9529 Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-08 05:19:28 +00:00
..
templates/admin_doc Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding 2008-09-08 05:19:28 +00:00
__init__.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
urls.py Fixed #7810: added named URLs for admin docs, and use them in the admin base template. Thanks, MattBowen. 2008-08-29 19:28:53 +00:00
utils.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
views.py Fixed #7466: do a better job figuring out links from the admin docs into the rest of the admin. 2008-08-29 19:29:16 +00:00