summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates
AgeCommit message (Expand)Author
2008-09-21Fixed 8984: Only include a "Documentation" link on change password and change...Karen Tracey
2008-09-08Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...Adrian Holovaty
2008-09-03Fixed #8812 -- Fixed up the positioning of the "delete" link in the adminMalcolm Tredinnick
2008-09-02Security fix. Announcement forthcoming.Jacob Kaplan-Moss
2008-09-02Fixed #2612: fixed display of admin `help_text` with multiple fields on the s...Jacob Kaplan-Moss
2008-09-01Fixed #2612 -- Fixed admin formatting when help_text is used with multiple fi...Brian Rosner
2008-08-31Fixed #8631 -- Corrected a display issue with the popup submit_row where the ...Brian Rosner
2008-08-29Fixed #7810: added named URLs for admin docs, and use them in the admin base ...Jacob Kaplan-Moss
2008-08-26Marked a couple of unmarked strings in edit_inline templates and corrected a ...Brian Rosner
2008-08-26Fixed #7984 -- 'View on site' links now work in inlines. Thanks philwo for th...Brian Rosner
2008-08-25Fixed #8547 -- Corrected the breadcrumb display in the object_history.html te...Brian Rosner
2008-08-24Fixed #8129: Modified the password reset email template to use a URL lookup, ...Russell Keith-Magee
2008-08-23Fixed #7903 -- Allow admin's prepopulated_from to work with TextFields. PatchMalcolm Tredinnick
2008-08-23Tweaked the Admin add/change page so that "save" is still the highlightedMalcolm Tredinnick
2008-08-23Updated password change template (in admin templates) to use current formMalcolm Tredinnick
2008-08-23Fixed #7946: Modified object history template to use a common date format. Th...Russell Keith-Magee
2008-08-23Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and e...Brian Rosner
2008-08-15Fixed #957 -- prepopulated_fields now works correctly on inlines.Brian Rosner
2008-08-11Refs #7742 -- Changed the `django.contrib.admin.views.template.template_valid...Gary Wilson Jr
2008-08-09Fixed #7811: moved admindocs templates into admindocs/templates. This is slig...Jacob Kaplan-Moss
2008-08-08Fixed #8163 -- Restore oldforms admin styling on input fields. Also cleaned u...Brian Rosner
2008-08-07Added a 'name' attribute to the 'Save' button on admin change formLuke Plant
2008-08-01Added a login link to the password reset completion screen.Luke Plant
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ...Luke Plant
2008-07-29Fixed #7695 -- Modified template to trust help_text on a model field. Thanks ...Russell Keith-Magee
2008-07-25Fixed #6109 again.Luke Plant
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
2008-02-03Fixed #6109 -- Marked fieldset descriptions as safe from auto-escaping. GoodMalcolm Tredinnick
2007-11-30Fixed #6061 -- Don't escape help_text in the admin interface (so that itMalcolm 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
2007-09-14Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ...Russell Keith-Magee
2007-08-19Fixed #5155 -- Translated the model name (when available) in the Recent Actio...Malcolm Tredinnick
2007-08-12Fixed #5019 -- Fixed broken links in navigation of 'change password' admin pa...Adrian Holovaty
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-01-10Fixed #3269 -- Fixed typo in admin change_password.html template. Thanks, ramiroAdrian Holovaty
2006-12-30Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch,...Adrian Holovaty
2006-12-20Fixed #3128: Added explicit object-tools block so custom admin templates can ...Jacob Kaplan-Moss
2006-12-06Fixed bug in admin with raw_id_admin -- change list in popup didn't append 'p...Adrian Holovaty
2006-10-24Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ...Adrian Holovaty
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-08-17Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for robots....Adrian Holovaty
2006-08-12Fixed #2533 -- Fixed XHTML error in admin edit_inline_tabular.html template. ...Adrian Holovaty
2006-08-12Fixed #2410 -- Added HTML ID attribute to <form> on admin change-list pages, ...Adrian Holovaty
2006-08-04Fixed #61 -- No more editing hashes when creating users via the admin. Create...Adrian Holovaty
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick