index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
validation.py
Age
Commit message (
Expand
)
Author
2009-05-11
[1.0.X] Changed r10672 to not falsely error out when using generic inlines.
Malcolm Tredinnick
2009-05-03
[1.0.X] Fixed #9932 -- Added a validation error when an inline tries to exclu...
Russell Keith-Magee
2008-12-10
[1.0.X] Fixed #8248: made help() work on models and improved introspection su...
Luke Plant
2008-09-10
Fixed #8957 -- Fixed incorrect error message when Admin prepopulated_fields r...
Adrian Holovaty
2008-08-28
Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation w...
Jacob Kaplan-Moss
2008-08-26
Fixed #8569 -- Ensure that apps are correctly set up before introspecting them
Malcolm Tredinnick
2008-08-26
Tweaked the admin validation code to make things a bit easier to read. Tracing
Malcolm Tredinnick
2008-08-14
Fixed failing tests from [8352]. Thanks Alex Gaynor for the patch.
Brian Rosner
2008-08-14
Fixed #7503 -- Allow callables in list_display. This also does a lookup on th...
Brian Rosner
2008-08-01
Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thank...
Brian Rosner
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner