summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates/admin_doc
AgeCommit message (Expand)Author
2008-08-09Fixed #7811: moved admindocs templates into admindocs/templates. This is slig...Jacob Kaplan-Moss
2008-07-29Fixed #7695 -- Modified template to trust help_text on a model field. Thanks ...Russell Keith-Magee
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-03-18Added "svn:eol-style native" to every text file in the tree (*.txt, *.html,Malcolm Tredinnick
2007-11-29Fixed #5706 -- Fixed a couple of XHTML incompatibilities. Based on a patch fromMalcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-09-20Fixed #3491 -- Fixed links in `user-tools` section of admin's `base.html` tem...Gary Wilson Jr
2006-09-26Fixed #2587 -- Removed some escaping from the summary fields.Malcolm Tredinnick
2006-08-22Fixed #2587 -- Removed unnecessary escaping from admin_doc/model_detail.html ...Adrian Holovaty
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss
2006-07-14Escaped variables that should not be interpreted as HTML and which mightMalcolm Tredinnick
2006-05-18Made a few small tweaks to admin doc pages.Jacob Kaplan-Moss
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-02-27Exposed model __doc__ in admin docs views which fixes #1408. Thanks, poelziJacob Kaplan-Moss
2006-02-23Fixed #1387 -- Fixed some XHTML errors in admin templates. Thanks, vineetAdrian Holovaty
2005-12-01Fixed #951 -- Admin bookmarklets no longer assume admin is rooted at '/'Adrian Holovaty
2005-12-01Fixed #893 -- Admin 'change password' and 'log out' links no longer assume ad...Adrian Holovaty
2005-11-28Fixed #950 -- Fixed typo in admin bookmarklets template. Thanks, neshAdrian Holovaty
2005-11-27Fixed bug in contrib/admin/templates/admin_doc/model_detail.htmlAdrian Holovaty
2005-11-27Fixed #928 -- Fixed admin documentation breakage after [1443]. Thanks for rep...Adrian Holovaty
2005-11-27Fixed missing {% load i18n %} in admin/templates/admin_doc/bookmarklets.htmlAdrian Holovaty
2005-11-25MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...Adrian Holovaty
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty