summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates
AgeCommit message (Expand)Author
2010-12-21[1.2.X] Fixed #13782 -- Added CSS for errors in textareas and multiple fields...Jannis Leidel
2010-12-13[1.2.X] Reverted [13998] because it never worked.Luke Plant
2010-10-10[1.2.X] Fixed #14193: prepopulated_fields javascript now concatenates in corr...Andrew Godwin
2010-10-10[1.2.X] Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse...Ramiro Morales
2010-10-09[1.2.X] Fixed #12872 -- Removed vestiges of mythic old template validation ad...Ramiro Morales
2010-10-07[1.2.X] Fixed #5425 - Incorrect plurals in admin pagination template.Luke Plant
2010-09-11[1.2.X] Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList...Justin Bronn
2010-08-06[1.2.X] Fixed #14014 -- Ensure that the "save and add another" button for use...Russell Keith-Magee
2010-08-06[1.2.X] Fixed #14012 -- Corrected the handling of the create user popup dialo...Russell Keith-Magee
2010-06-23[1.2.X] Fixed #12803 - Added styling for 'error' and 'warning' messages in ad...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
2010-02-01Fixed #12726 - Prevent listing media twice in admin's change list. Thanks, je...Jannis Leidel
2010-01-26Fixed #12282 - When paginated allow selecting all items in the admin changlist.Jannis Leidel
2010-01-26Fixed #12508 - Added ability to dynamically add inlines in the admin app.Jannis Leidel
2010-01-23Fixed #12564 - Use locale-aware date format in admin object history overviewJannis Leidel
2010-01-12Make use of new ability to override admin add form templates and removed a li...Jannis Leidel
2010-01-10Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...Adrian Holovaty
2010-01-09Fixed #11600 -- Fixed placement of 'View on site' in stacked inline admin tem...Adrian Holovaty
2010-01-09Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou...Adrian Holovaty
2010-01-09Fixed #11478 - Use namespacing for URLs to i18n JavaScript in admin.Jannis Leidel
2010-01-05Fixed #10615 - Added selection counter to admin change list. Thanks to Martin...Jannis Leidel
2009-12-22Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...Brian Rosner
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-09-10Fixed #11591: invalid HTML in tabular.html.Luke Plant
2009-08-13Fixed #11534: Improved wording for admin delete confirmation. Thanks hanksim...Karen Tracey
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-06-06Fixed #11271 -- Added a translation marker for the list_editable save button....Russell Keith-Magee
2009-05-08Fixed #10651: fixed a javascript error on the admin user add form. Thanks, se...Jacob Kaplan-Moss
2009-05-05Fixed #10959 -- Changed the admin search button text to make it clearer in th...Russell Keith-Magee
2009-05-05Fixed #10275 -- Corrected the edge case of rendering a LogEntry with a conten...Russell Keith-Magee
2009-05-03Fixed #9362 -- Prevented inline forms from overwriting the content_type_id at...Russell Keith-Magee