summaryrefslogtreecommitdiff
path: root/django/contrib/admin/helpers.py
AgeCommit message (Expand)Author
2009-05-09Fixed #11042 -- Corrected admin inlines for inherited models. Thanks to jsmul...Russell Keith-Magee
2009-05-03Fixed #9362 -- Prevented inline forms from overwriting the content_type_id at...Russell Keith-Magee
2009-05-03Fixed #8903 -- Corrected rendering of admin inline formsets (tabular and stac...Russell Keith-Magee
2009-04-11Fixed #10645 -- Added some robustness around some admin and modelform params.Malcolm Tredinnick
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2008-11-13Fixed #9498 -- Handle a formset correctly when the foreign key is not availab...Brian Rosner
2008-10-31Fixed #8882 -- When a foreign key is among the unique_together fields in an i...Brian Rosner
2008-10-21Display non_field_errors of inline forms in the admin. This was a presentatio...Brian Rosner
2008-08-31Fixed #8194 (again): correctly focus on the first declared field in the admin...Jacob Kaplan-Moss
2008-08-31Fixed handling of primary keys in model formsets. Model formsets should now w...Brian Rosner
2008-08-29When a form in the admin has no fields prevent failure.Brian Rosner
2008-08-28Fixed #8194: `AdminForm.first_field` now correctly returns the first field wh...Jacob Kaplan-Moss
2008-08-26Fixed #7984 -- 'View on site' links now work in inlines. Thanks philwo for th...Brian Rosner
2008-08-18Moved admin form helpers to their own module to clean-up django/contrib/admin...Brian Rosner