summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates
AgeCommit message (Expand)Author
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
2011-02-21Fixed HTML error in admin when using list_editable.Luke Plant
2011-02-21Fixed #11852 -- Ensure that a long string in the password reset email can be ...Russell Keith-Magee
2011-02-20Tweaked the changes from changeset r15580 so as to avoid introducing a backwa...Russell Keith-Magee
2011-02-19Fixed #14355 -- Ensure that help_text is displayed for readonly fields in the...Russell Keith-Magee
2011-02-19Fixed #13126 -- Ensured that individual form errors are displayed when errors...Russell Keith-Magee
2011-02-08Fixed #10573 -- Corrected autofocus problem in admin when the first widget di...Russell Keith-Magee
2011-02-06Fixed #14895 -- Ensure that USE_THOUSAND_SEPARATOR doesn't break the delete c...Russell Keith-Magee
2011-01-20Poured a little more perfectionism into the delete-confirmation templates.Carl Meyer
2011-01-20Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...Carl Meyer
2011-01-05Fixed #12957 -- Added scope to the changelist tables for accessibility reason...Jannis Leidel
2010-12-22Fixed #14935 -- Corrected a test failure introduced by r14992, which revealed...Russell Keith-Magee
2010-12-21Fixed #13782 -- Added CSS for errors in textareas and multiple fields in one ...Jannis Leidel
2010-12-13Reverted [13998] because it never worked.Luke Plant
2010-12-04Fixed #12694 -- Added template block to make it easier to add new tools to th...Russell Keith-Magee
2010-12-02Fixed a use of old url template tag in an admin template.Luke Plant
2010-12-02Fixed #14735 -- Corrected plural formulation in admin search form template. T...Jannis Leidel
2010-12-02Fixed #8342 -- Removed code from the admin that assumed that you can't login ...Jannis Leidel
2010-12-02Fixed #9568 -- Hide nav-global div in admin login template in case it's used ...Jannis Leidel
2010-11-20Fixed #14389, #9666 -- Started the migration path to make the first argument ...Russell Keith-Magee
2010-10-10Fixed #14193: prepopulated_fields javascript now concatenates in correct orde...Andrew Godwin
2010-10-10Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps whenRamiro Morales
2010-10-09Fixed #12872 -- Removed vestiges of mythic old template validation admin app ...Ramiro Morales
2010-10-07Fixed #5425 - Incorrect plurals in admin pagination template.Luke Plant
2010-09-11Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList` that c...Justin Bronn
2010-09-10Admin changelist page now has consistent width with or without filterMalcolm Tredinnick
2010-08-06Fixed #14014 -- Ensure that the "save and add another" button for users actua...Russell Keith-Magee
2010-08-06Fixed #14012 -- Corrected the handling of the create user popup dialog in the...Russell Keith-Magee
2010-06-23Fixed #12803 - Added styling for 'error' and 'warning' messages in admin.Luke Plant
2010-05-04Fixed #13472 - Fixed minor regression in admin actions template introduced in...Jannis Leidel
2010-05-04Fixed #13459 -- Corrected numbering of tr elements in the admin. Reverts the ...Russell Keith-Magee
2010-05-02Fixed #13166 - Added JavaScript warnings to admin changelist to help against ...Jannis Leidel
2010-04-30Fixed #13443 -- Added required CSS class to the column headings on admin Tabu...Russell Keith-Magee
2010-04-19Fixed #11967: use a different technique to get `ADMIN_MEDIA_PREFIX` in admin JS.Jacob Kaplan-Moss
2010-04-13Fixed #12903 - Made translating the admin action selection text easier. Thank...Jannis Leidel
2010-04-13Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the r...Jannis Leidel
2010-04-07Fixed #13068, #9264, #9983, #9784 - regression with pre-populated fields and ...Luke Plant
2010-04-05Fixed #13038 -- Ensured that readonly fields in the admin have their name add...Russell Keith-Magee
2010-03-30Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...Russell Keith-Magee
2010-03-23Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks to nomu...Russell Keith-Magee
2010-03-01Fixed #12903 - Added plural forms to a few strings in the admin actions templ...Jannis Leidel
2010-02-26Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...Russell Keith-Magee
2010-02-23Fixed #11681. Fixed display of non_field_errors and non_form_errors in the ad...Joseph Kocherhans
2010-02-17Fixed #12705 -- Date/time and select filter widgets now work again with newly...Justin Bronn
2010-02-07Fixed #12716 - Typo in the admin change list template. Thanks, kbrownlees.Jannis Leidel
2010-02-07Fixed #12793 - Only use the admin actions JavaScript if not explicitly deacti...Jannis Leidel
2010-02-01Use a closure for embedding the admin actions JavaScript and updated the mini...Jannis Leidel
2010-02-01Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...Jannis Leidel