summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates
AgeCommit message (Expand)Author
2013-07-21[1.6.x] Fixed #13696 -- ensured inline pk field is renderedKaren Tracey
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
2012-11-17Fixed #19226 -- Applied linebreaksbr to read-only fields in adminClaude Paroz
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...Russell Keith-Magee
2012-10-02Fixed #19056 -- Ensure admin change password template doesn't rely on usernam...Russell Keith-Magee
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-24Fixed #18072 -- Made more admin links use reverse() instead of hard-coded rel...Ramiro Morales
2012-09-08Moved the admin inline JS to new JS files for cleanliness.Travis Swicegood
2012-08-26Made model instance history admin view link not hard-coded. Refs #15294.Ramiro Morales
2012-07-03Fixed incorrect URL to object on delete confirmation and history pageLuke Plant
2012-06-18Fixed #18444 -- Replace hard coded "View on Site" URLsDaniel Hepper
2012-06-18Fixed #18450 -- Removed default values for i18n JavaScript URLs in Admin temp...Daniel Hepper
2012-06-16Fixed #18420 -- Prevented the admin JS from crashing when the main form conta...Julien Phalip
2012-06-10Corrected way to get URL of object in admin history templateLuke Plant
2012-06-08Merge pull request #123 from apollo13/ticket18381Aymeric Augustin
2012-06-07Fixed #18433 -- Fixed "View on Site" link in inline admin for models with cus...Daniel Hepper
2012-06-07Don't escape object ids when passing to the contenttypes.shortcut view.Florian Apolloner
2012-06-03Remove the summary attribute of the tableSamuel Sutch
2012-04-29Fixed template syntax error, introduced in pull request #17Mike Yumatov
2012-04-29Fixed #17967: Hide "Change Password" link in admin if user.has_usable_passwor...Aviral Dasgupta
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz
2012-02-19Fixed #13068 (again) -- Corrected the admin stacked inline template to allow ...Julien Phalip
2012-01-23Reverted [17378] until a public API is available for application labels.Ramiro Morales
2012-01-19Fixed translatability of application names in admin app.Ramiro Morales
2011-12-24Added a password reset link to default admin login page if a password reset U...Luke Plant
2011-12-19Stopped unconditionally reversing admin model add/change URLs.Ramiro Morales
2011-12-01Updated uses of i18n.blocktrans template tag to use the new more compact synt...Ramiro Morales
2011-10-26Fixed #15938 -- Prevented the `max_length` number in the admin `prepopulated_...Julien Phalip
2011-10-10Fixed #9460 -- Added template blocks for submit buttons rows in admin app mod...Ramiro Morales
2011-10-10Fixed #16371 -- Added a prefix "field-" to all CSS class names automatically ...Julien Phalip
2011-09-24Simplified the admin changelist multi-sort interface specifically by removing...Julien Phalip
2011-09-22Fixed #16912 -- Fixed breadcrumb styling in a couple of admin pages, broken s...Ramiro Morales