summaryrefslogtreecommitdiff
path: root/django/contrib/admin/validation.py
AgeCommit message (Expand)Author
2015-01-18Removed support for admin validators per deprecation timeline; refs #16905.Tim Graham
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-02Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Terminated AppCache._populate() with extreme prejudice.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Removed the _-prefix for populate().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-02Fixed all E261 warningscoagulant
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-10-29Fixed #8261 -- ModelAdmin hook for customising the "show on site" buttonUnai Zalakain
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2013-10-01Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...Ramiro Morales
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-05Fixed #19080 -- Fine-grained control over select_related in adminTomek Paczkowski
2013-05-19Fixed #12674 -- provide a way to override admin validationHonza Kral
2013-05-09Further removal of static admin validation that can fail erroneouslyLuke Plant
2013-05-09Removed fragile admin validation of fields on ModelFormLuke Plant
2013-02-02Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form(...Nick Sandford
2011-09-08Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...Jannis Leidel
2011-06-26Fixed #15669 -- Included app label in admin validation messages. Thanks, lamb...Jannis Leidel
2011-05-24Fixed #16080 -- Handle admin list filter items with two characters better. Th...Jannis Leidel
2011-05-22Fix UnboundLocalError than could occur during ModelAdmin validation.Karen Tracey
2011-05-14Added ability to describe grouping of form fields in the same row to the `fie...Ramiro Morales
2011-05-03Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...Jannis Leidel
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