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
/
helpers.py
Age
Commit message (
Expand
)
Author
2010-04-30
Fixed #13443 -- Added required CSS class to the column headings on admin Tabu...
Russell Keith-Magee
2010-04-13
Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the r...
Jannis Leidel
2010-04-11
Fixed #13301 -- Corrected problem with capitalization of changelist row heade...
Russell Keith-Magee
2010-04-05
Fixed #13038 -- Ensured that readonly fields in the admin have their name add...
Russell Keith-Magee
2010-03-26
Fixed #13174 -- Fixed missing field label for `readonly_fields` when used in ...
Gary Wilson Jr
2010-03-21
Fixed #13004: Ensure the add page for a model with a ManyToManyField specified
Karen Tracey
2010-02-01
Fixed #12700 - Take read-only fields into account when rendering the empty fo...
Jannis Leidel
2010-01-26
Ported collapsible admin fieldsets to jQuery. Thanks Rob Hudson.
Jannis Leidel
2010-01-26
Fixed #12282 - When paginated allow selecting all items in the admin changlist.
Jannis Leidel
2010-01-26
Fixed #12508 - Added ability to dynamically add inlines in the admin app.
Jannis Leidel
2009-12-22
Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...
Brian Rosner
2009-05-09
Fixed #11042 -- Corrected admin inlines for inherited models. Thanks to jsmul...
Russell Keith-Magee
2009-05-03
Fixed #9362 -- Prevented inline forms from overwriting the content_type_id at...
Russell Keith-Magee
2009-05-03
Fixed #8903 -- Corrected rendering of admin inline formsets (tabular and stac...
Russell Keith-Magee
2009-04-11
Fixed #10645 -- Added some robustness around some admin and modelform params.
Malcolm Tredinnick
2009-03-23
Fixed #10505: added support for bulk admin actions, including a globally-avai...
Jacob Kaplan-Moss
2008-11-13
Fixed #9498 -- Handle a formset correctly when the foreign key is not availab...
Brian Rosner
2008-10-31
Fixed #8882 -- When a foreign key is among the unique_together fields in an i...
Brian Rosner
2008-10-21
Display non_field_errors of inline forms in the admin. This was a presentatio...
Brian Rosner
2008-08-31
Fixed #8194 (again): correctly focus on the first declared field in the admin...
Jacob Kaplan-Moss
2008-08-31
Fixed handling of primary keys in model formsets. Model formsets should now w...
Brian Rosner
2008-08-29
When a form in the admin has no fields prevent failure.
Brian Rosner
2008-08-28
Fixed #8194: `AdminForm.first_field` now correctly returns the first field wh...
Jacob Kaplan-Moss
2008-08-26
Fixed #7984 -- 'View on site' links now work in inlines. Thanks philwo for th...
Brian Rosner
2008-08-18
Moved admin form helpers to their own module to clean-up django/contrib/admin...
Brian Rosner