summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates
AgeCommit message (Expand)Author
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
2011-09-20Converted internal link generation in the admin and admin document generator ...Ramiro Morales
2011-08-26Further improved on the work done in r16622 by making the help text icons loo...Julien Phalip
2011-08-17Fixed #8190 -- Added support for a field's help text to the tabular admin inl...Jannis Leidel
2011-08-11Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...Jannis Leidel
2011-07-30Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152...Ramiro Morales
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-09Fixes #16186 -- remove inline CSS in contrib.adminIdan Gazit
2011-06-04Reverted most of [16051], because it was thoroughly incorrect (whatever some ...Luke Plant
2011-06-04Undo part of r16051 to avoid dataloss bug. Refs #16154.Karen Tracey
2011-06-03Internet Explorer fixes for admin sorting UILuke Plant
2011-06-03Improved UI for advanced sorting controls.Luke Plant
2011-06-02Fixed #11868 - Multiple sort in admin changelist.Luke Plant
2011-04-20Fixed various validation errors caught by the validator.nu HTML5 validator.Luke Plant
2011-04-20Switched to HTML5 doctype in all Django supplied templates.Luke Plant
2011-04-19Fixed #10917 - admin/base.html should contain messages blockLuke Plant
2011-03-28Fixed #6636 -- Added template blocks to admin change_form.html template for f...Adrian Holovaty
2011-03-03Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin changelis...Jannis Leidel
2011-02-25Fixed #15490 -- Added some missing semicolons in admin javascript. Thanks to ...Russell Keith-Magee
2011-02-22Fixed #13510 -- Corrected colspan of non-field-specific error messages in adm...Ramiro Morales