summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates
AgeCommit message (Expand)Author
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
2013-03-22Fixed #16350 -- Forced capitalization in template.Aymeric Augustin
2013-02-24Loaded cycle and firstof from future in built-in templates. Refs #17906.Aymeric Augustin
2013-02-23Fixed #19758 -- Avoided leaking email existence through the password reset form.Horst Gutmann
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2012-12-16Fixed #19469 -- Removed opts.get_ordered_objects() and related codeAnssi Kääriäinen
2012-12-08Fixed #19439 -- Removed unused template tag library in change_password.htmlClaude Paroz
2012-12-06Fixed #19429 -- Applied linebreaksbr to read-only fields in inlinesMarc Aymerich
2012-12-02Fixed #17050 -- Added some CSS class names to the admin index pages to facili...Julien Phalip
2012-11-20Fixed #19331 (again) use the right admin named URL.Ramiro Morales
2012-11-20Fixed #19331 -- Added missing trailing slash in auth admin templateClaude Paroz