summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates
AgeCommit message (Expand)Author
2015-02-25[1.8.x] Fixed #24411 -- Avoided dict key/method clash in admin delete views.Tim Graham
2015-01-16Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz
2015-01-12Made Django's templates get their own LANGUAGE_* variables.Collin Anderson
2015-01-10Fixed #13165 -- Added edit and delete links to admin foreign key widgets.Simon Charette
2014-12-31Fixed #22295 -- Replaced permission check for displaying admin user-toolsThomas Tanner
2014-12-26Fixed #23948 -- Moved password help text from the template to the form.Tim Graham
2014-12-12Fixed template tag braces spacing.Kevin Marsh
2014-11-15Fixed #23793 -- Clarified password reset messages.Yigit Guler
2014-09-30Fixed #7361 -- Added cancel link to admin delete views.Nick Sandford
2014-09-26Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.Thomas Chaumeny
2014-08-27Fixed #13749 -- Added link from admin site to front-end site.areski
2014-08-26Fixed #23075 -- Added documentation on novalidate attribute and made it defau...Erik Romijn
2014-08-14Fixed #20133 -- Added summary to admin deletion confirmation pages.areski
2014-08-13Simplified admin delete confirmation templates using {% elif %}.areski
2014-07-31Fixed #13163 -- Added ability to show change links on inline objects in admin.Nick Sandford
2014-06-26Fixed #22894 -- Made admin add related/raw ID fields widgets customizable.Riccardo Magliocchetti
2014-05-07Restored site header text in password reset view.Ramiro Morales
2014-03-29Fixed #22329 -- Used label_tag() in some admin auth templates.Tim Graham
2014-03-28Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.Maxime Turcotte
2014-03-22Fixed #22241 -- Selectively added line breaks in admin read-only fieldsClaude Paroz
2014-02-10Fixed #21371 -- Added the block.super to admin bodyclass blocks.julien 'pouete' Godin
2014-02-09Fixed #21382 - Added "has_original" to stacked inlines.Ryan Kaskel
2014-02-04Removed the this_is_the_login_form hackClaude Paroz
2014-01-18Fixed #21659 -- Modified the registration/password_change_form.html admin tem...Tim Graham
2013-12-29Replaced Options.object_name.lower() by Options.model_name.Aymeric Augustin
2013-12-26Used app_config.verbose_name instead of app_label|capfirst.Aymeric Augustin
2013-12-22Used application verbose names in the admin.Aymeric Augustin
2013-12-20Revert "Changed admin/templates/admin/index.html to make <caption> translatable"Aymeric Augustin
2013-10-29Fixed #8261 -- ModelAdmin hook for customising the "show on site" buttonUnai Zalakain
2013-10-24Fixed #21299 - Changed filters from title to capfirst on admin inline formsets.Renato Oliveira
2013-10-07Added a link in admin branding block to admin index.Ryan Allen
2013-10-07Fixed #18263 -- Corrrected handling of hidden fields in tabular admin inlines.Tim Graham
2013-10-04Fixed #11277 -- Hid labels of fields with HiddenInput widget in admin forms.Christopher Medrela
2013-09-10Fixed #7467 -- Added a template block to override the admin welcome message.Tim Graham
2013-09-07Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly c...Julien Phalip
2013-09-06Added AdminSite attributes for easily changing admin title.Adrian Holovaty
2013-09-01Remove usage of deprecated module_name model option introduced in 1c0c879be3.Ramiro Morales
2013-08-31Fixed #17074 -- Improved first field detection in admin add formClaude Paroz
2013-07-27Fixed #18511 -- Cleaned up admin password reset template titles.Serge G. Spaolonzi
2013-07-21Fixed #13629 -- Added CSS classes to the `<body>` tag of some admin templates...Thomas Sorrel
2013-07-21Fixed #13696 -- ensured inline pk field is renderedKaren Tracey
2013-07-09Fixed #20663 -- "Today" and "now" admin shortcuts.Loic Bistuer
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-25Fixed #19773 - Added admin/popup_response.html template.Javier Mansilla
2013-06-19Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.Loic Bistuer
2013-06-19Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...Loic Bistuer
2013-06-16Fixed #20464 -- Added a `total_error_count` method on formsets.Baptiste Mispelon
2013-06-03Fixed #20532 -- Reverse auth views by name, not by path.Gavin Wahl
2013-05-27Fixed #12491 -- Tweak checkbox widget help text alignment on the admin.Ramiro Morales
2013-05-25Fixed #20455 -- Do not use ngettext for undefined pluralsMarc Egli