summaryrefslogtreecommitdiff
path: root/django/contrib/admin/helpers.py
AgeCommit message (Expand)Author
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