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