index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
admin_validation
/
models.py
Age
Commit message (
Expand
)
Author
2010-03-09
Fixed #12689: Fixed admin validation to report an error on invalid exclude sp...
Karen Tracey
2010-03-08
Fixed #12481: Updated admin validation code to not reject non-editable fields...
Karen Tracey
2010-01-23
ModelAdmin.fields wasn't able to refer to fields only on a custom form
Brian Rosner
2009-12-22
Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...
Brian Rosner
2009-11-19
Corrected a regression in validation of admin fieldsets with nested definitio...
Russell Keith-Magee
2009-11-18
Fixed #12237 -- Improved the error message for m2m fields with an explicit th...
Russell Keith-Magee
2009-11-13
Refs #12203 -- Improved error handling for the case where a user manually spe...
Russell Keith-Magee
2009-11-13
Fixed #12209 -- Made the through attribute on a m2m relation into a property ...
Russell Keith-Magee
2009-10-19
Moved the call to _get_foreign_key to run in all cases catching incorrect inl...
Brian Rosner
2009-10-19
Fixed #11709 — Pass inline fk_name attribute when grabbing foreign key to t...
Brian Rosner
2009-05-03
Fixed #9932 -- Added a validation error when an inline tries to exclude the f...
Russell Keith-Magee
2008-08-28
Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation w...
Jacob Kaplan-Moss