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
Age
Commit message (
Expand
)
Author
2011-03-17
[1.2.X] Fixed #15569 -- Corrected the numbering updates to inlines when rows ...
Russell Keith-Magee
2011-03-03
[1.2.X] Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin c...
Jannis Leidel
2011-02-26
[1.2.X] Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses ...
Russell Keith-Magee
2011-02-26
[1.2.X] Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable ad...
Russell Keith-Magee
2011-02-26
[1.2.X] Fixed #15424 -- Corrected lookup of callables listed in admin inlines...
Ramiro Morales
2011-02-25
[1.2.X] Fixed #15490 -- Added some missing semicolons in admin javascript. Th...
Russell Keith-Magee
2011-02-24
[1.2.X] Prevented non-admin users from accessing the admin redirect shortcut.
Jacob Kaplan-Moss
2011-02-22
[1.2.X] Fixed #13510 -- Corrected colspan of non-field-specific error message...
Ramiro Morales
2011-02-21
[1.2.X] Fixed #11058 - list_display_links doesn't allow callables not defined...
Luke Plant
2011-02-21
[1.2.X] Fixed HTML error in admin when using list_editable.
Luke Plant
2011-02-20
[1.2.X] Fixed #14529 -- Fixed representation of model names in admin messages...
Ramiro Morales
2011-02-20
[1.2.X] Tweaked the changes from changeset r15580 so as to avoid introducing ...
Russell Keith-Magee
2011-02-19
[1.2.X] Fixed #11513 -- Ensure that the redirect at the end of an object chan...
Russell Keith-Magee
2011-02-19
[1.2.X] Fixed #14355 -- Ensure that help_text is displayed for readonly field...
Russell Keith-Magee
2011-02-19
[1.2.X] Fixed #13126 -- Ensured that individual form errors are displayed whe...
Russell Keith-Magee
2011-02-19
[1.2.X] Fixed #15291 -- Corrected alignment issue when actions are disabled i...
Russell Keith-Magee
2011-02-19
[1.2.X] Fixed #15290 -- Fixed a CSS styling issue with borders when the link ...
Russell Keith-Magee
2011-02-19
[1.2.X] Fixed #15292 -- Removed redundant code in admin list template tag. Th...
Russell Keith-Magee
2011-02-12
[1.2.X] Fixed #13948 -- Corrected the direction of arrows on the admin change...
Russell Keith-Magee
2011-02-09
[1.2.X] Fixed security issue in AdminFileWidget. Disclosure and release forth...
Carl Meyer
2011-02-08
[1.2.X] Fixed #10573 -- Corrected autofocus problem in admin when the first w...
Russell Keith-Magee
2011-02-08
[1.2.X] Fixed #15234 -- Ensure that years in a date heirarchy don't use comma...
Russell Keith-Magee
2011-02-06
[1.2.X] Fixed #13674 -- Ensure that labels on added inlines fields have the r...
Russell Keith-Magee
2011-02-05
[1.2.X] Fixed #14303 -- Ensure that the ids created for new inlines are uniqu...
Russell Keith-Magee
2011-02-05
[1.2.X] Fixed #14830 -- Ensure that radio buttons on inlines preserve their d...
Russell Keith-Magee
2011-02-02
[1.2.X] Fixed #15212 -- ensure that ModelAdmin.get_actions still returns a So...
Alex Gaynor
2011-01-28
[1.2.X] Fixed #14880 - raw_id_fields in admin does not work when limit_choice...
Luke Plant
2011-01-28
[1.2.X] Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_f...
Luke Plant
2011-01-24
[1.2.X] Fixed #14982 -- Ensure that EMPTY_CHANGELIST_VALUE is honored for nul...
Russell Keith-Magee
2011-01-13
[1.2.X] Fixed #2986 -- Made the JavaScript code that drives related model ins...
Ramiro Morales
2011-01-12
[1.2.X] Fixed #11434 -- Corrected style of arrow buttons located at the cente...
Ramiro Morales
2011-01-12
[1.2.X] Fixed #11414 -- Made sure the calendar and clock popup windows in the...
Ramiro Morales
2011-01-12
[1.2.X] Fixed #11124 -- Expanded docstrings of the ModelAdmin has_{change|del...
Ramiro Morales
2011-01-12
[1.2.X] Fixed #15032 -- Replaced 1.2.X implementation of admin changelist fil...
Ramiro Morales
2011-01-03
[1.2.X] Fixed #14999 -- Ensure that filters on local fields are allowed, and ...
Russell Keith-Magee
2010-12-23
Fix a security issue in the admin. Disclosure and new release forthcoming.
Alex Gaynor
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] Fixed #14312 -- Raising an ``IncorrectLookupParameters`` if the page ...
Jannis Leidel
2010-12-13
[1.2.X] Fixed #13856 -- Float admin's top links on the right for RTL languages.
Jannis Leidel
2010-12-13
[1.2.X] Reverted [13998] because it never worked.
Luke Plant
2010-12-02
[1.2.X] Fixed #8342 -- Removed code from the admin that assumed that you can'...
Jannis Leidel
2010-10-17
[1.2.X] Fixed #13963 -- Use the correct verbose name of a reverse relation fi...
Jannis Leidel
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-10-01
[1.2.X] Fixed #14363 -- Fixed render method of ManyToManyRawIdWidget to set a...
Jannis Leidel
2010-10-01
[1.2.X] Fixed #14362 -- Made sure all parameters are passed to the ManyToMany...
Jannis Leidel
2010-09-11
[1.2.X] Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handle...
Justin Bronn
2010-09-11
[1.2.X] Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList...
Justin Bronn
[next]