summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates
AgeCommit message (Expand)Author
2006-06-05Fixed #2084 -- Removed admin-site 'documentation / change password / log out'...Adrian Holovaty
2006-06-01Negligible spacing change to admin/templates/admin/field_line.htmlAdrian Holovaty
2006-06-01Fixed #2056 -- Escaped history messages in admin. Thanks, SmileyChrisAdrian Holovaty
2006-05-31Fixed bug in admin where it would redirect infinitely if invalid lookup param...Adrian Holovaty
2006-05-31Fixed #2006 -- Admin now quotes strings in breadcrumbs and filters. Thanks, m...Adrian Holovaty
2006-05-18Made a few small tweaks to admin doc pages.Jacob Kaplan-Moss
2006-05-05Fixed #1728 -- Fixed broken nav links in password_change_done admin page. Tha...Adrian Holovaty
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-27Fixed #620 -- raw_id_admin and limit_choices_to now play well together (thank...Jacob Kaplan-Moss
2006-02-23Fixed #1387 -- Fixed some XHTML errors in admin templates. Thanks, vineetAdrian Holovaty
2006-01-27Fixed #1274 -- Fixed broken link in navigation in admin password-change templ...Adrian Holovaty
2006-01-23Removed example.com from default admin templates. One less thing to change in...Wilson Miner
2006-01-15Fixed #1090 -- Added {% block content_title %} hook to admin base.html templa...Adrian Holovaty
2006-01-12Added a link to admin docs in the userlinks block in admin templates.Wilson Miner
2006-01-09Fixed #1100 -- Admin RelatedObjectLookup JavaScript now works with OneToOneFi...Adrian Holovaty
2005-12-28Fixed #1102 -- Fixed some HTML validation errors in admin templates. Thanks, ...Adrian Holovaty
2005-12-17added missing translations to the file widgetGeorg Bauer
2005-12-09Fixed #1008 -- Added {{ block.super }} in change_form.html admin template. Th...Adrian Holovaty
2005-12-09Negligible quoting change to contrib/admin/templates/admin/change_form.htmlAdrian Holovaty
2005-12-07Fixed #926 -- Fixed spacing in admin index template/CSS to handle wider wordsAdrian Holovaty
2005-12-04first take at admin JavaScript translation - translation hooks for the calend...Georg Bauer
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-29Negligible spacing fix to admin/templates/widget/foreign.htmlAdrian Holovaty
2005-11-28Fixed #950 -- Fixed typo in admin bookmarklets template. Thanks, neshAdrian Holovaty
2005-11-28added a new translation tag for the search "go" buttonGeorg Bauer
2005-11-27Fixed bug in contrib/admin/templates/admin_doc/model_detail.htmlAdrian Holovaty
2005-11-27Fixed #917 -- Made admin change_list view overridable by custom templatesAdrian Holovaty
2005-11-27Moved {% extends %} tag to top of template for admin/change_list.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-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-11-25MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...Adrian Holovaty
2005-11-25Fixed #906 - thanks, EsajJacob Kaplan-Moss
2005-11-24fixed a typo in a trans template tag. Thx David Ascher (on IRC)Georg Bauer
2005-11-09Fixed #758 -- HTML-escaped admin log items in admin index template. Thanks, T...Adrian Holovaty
2005-11-06Fixed #727 -- Fixed leftover %() syntax in password_reset_email template. Tha...Adrian Holovaty
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-10-19Fixed admin template bug from [948]Adrian Holovaty
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty