summaryrefslogtreecommitdiff
path: root/django/contrib/admin/validation.py
AgeCommit message (Expand)Author
2011-03-03Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...Russell Keith-Magee
2011-02-26Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `reado...Ramiro Morales
2011-02-21Fixed #11058 - list_display_links doesn't allow callables not defined in the ...Luke Plant
2010-11-21Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...Honza Král
2010-10-12Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson.Chris Beaven
2010-09-26Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel
2010-03-27Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel
2010-03-09Fixed #12689: Fixed admin validation to report an error on invalid exclude sp...Karen Tracey
2010-03-08Fixed #12481: Updated admin validation code to not reject non-editable fields...Karen Tracey
2010-01-23ModelAdmin.fields wasn't able to refer to fields only on a custom formBrian Rosner
2009-12-22Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...Brian Rosner
2009-11-19Corrected a regression in validation of admin fieldsets with nested definitio...Russell Keith-Magee
2009-11-18Fixed #12237 -- Improved the error message for m2m fields with an explicit th...Russell Keith-Magee
2009-11-13Refs #12203 -- Improved error handling for the case where a user manually spe...Russell Keith-Magee
2009-10-23Moved _get_foreign_key call after testing for fk_name fixing a broken test.Brian Rosner
2009-10-19Moved the call to _get_foreign_key to run in all cases catching incorrect inl...Brian Rosner
2009-10-19Fixed #11709 — Pass inline fk_name attribute when grabbing foreign key to t...Brian Rosner
2009-05-10Changed r10668 to not falsely error out when using generic inlines.Malcolm Tredinnick
2009-05-03Fixed #9932 -- Added a validation error when an inline tries to exclude the f...Russell Keith-Magee
2009-04-22Now that formsets guarentee ordering (see [10623]) we can remove the arbitrar...Jacob Kaplan-Moss
2009-04-06Made a bunch of improvements to admin actions. Be warned: this includes one m...Jacob Kaplan-Moss
2009-03-31Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,...Gary Wilson Jr
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2009-03-18Fixed #10530, #10527: added a couple more validation errors around `list_edit...Jacob Kaplan-Moss
2009-03-17Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...Jacob Kaplan-Moss
2008-12-03Fixed regression introduced in r9550Luke Plant
2008-09-10Fixed #8957 -- Fixed incorrect error message when Admin prepopulated_fields r...Adrian Holovaty
2008-08-28Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation w...Jacob Kaplan-Moss
2008-08-26Fixed #8569 -- Ensure that apps are correctly set up before introspecting themMalcolm Tredinnick
2008-08-26Tweaked the admin validation code to make things a bit easier to read. TracingMalcolm Tredinnick
2008-08-14Fixed failing tests from [8352]. Thanks Alex Gaynor for the patch.Brian Rosner
2008-08-14Fixed #7503 -- Allow callables in list_display. This also does a lookup on th...Brian Rosner
2008-08-01Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thank...Brian Rosner
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner