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
/
tests
/
regressiontests
/
forms
/
models.py
Age
Commit message (
Expand
)
Author
2008-08-10
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:
Gary Wilson Jr
2008-07-21
Corrected typo.
Gary Wilson Jr
2008-07-19
Fixed #6009 -- Added regression tests to show that uploading non-ASCII
Malcolm Tredinnick
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2007-11-18
Fixed #5975 -- Gave `ModelChoiceField` and `ModelMultipleChoiceField` ability...
Gary Wilson Jr
2007-10-22
Changed field to "def_date" from "date" in new tests from [6568] so we can ru...
Matt Boersma
2007-10-20
Fixed #899 -- Use model field default values as formfield initial values in
Malcolm Tredinnick
2007-09-15
Fixed #4415 -- Added formfield method to PositiveIntegerField, so that those ...
Russell Keith-Magee
2007-05-12
Removed unit tests added in [5196]; didn't notice the tests in modeltests/mod...
Russell Keith-Magee
2007-05-12
Added unit tests for form_for_model and form_for_instance.
Russell Keith-Magee
2006-10-28
Split django.newforms into forms, fields, widgets, util. Also moved unit test...
Adrian Holovaty