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
/
model_forms_regress
/
tests.py
Age
Commit message (
Expand
)
Author
2010-08-09
[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflicts
archive/soc2010/query-refactor
Alex Gaynor
2010-03-08
Fixed #11183 - BaseForm init leaves pointers pointing back to base_fields
Luke Plant
2010-03-06
Removed a stray print from [12690]. Thanks for catching that, apollo13.
Joseph Kocherhans
2010-03-06
Fixed #12960. The return value of ModelForm.clean() is now applied to the mod...
Joseph Kocherhans
2010-02-23
Fixed #12420. Now that OneToOneField allows assignment of None, stop guarding...
Joseph Kocherhans
2010-02-23
Fixed #12285. ModelForm raises a more informative error if it doesn't have a ...
Joseph Kocherhans
2010-02-10
Fixed #12698. Model.clean() used with a ModelForm no longer causes a KeyError...
Joseph Kocherhans
2010-01-21
Fixed #12596. Calling super from a ModelForm's clean method is once again opt...
Joseph Kocherhans
2009-12-13
Fixed #12215: Added len to ModelChoiceIterator. Thanks Alex and Tobias.
Karen Tracey
2009-05-19
Fixed #11149 -- Don't call save_form_data on file-type fields multiple times ...
Karen Tracey
2009-05-07
Fixed test suite on Oracle that was broken by using keyword "date" as a field...
Matt Boersma
2009-05-02
Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ...
Russell Keith-Magee
2009-04-18
Fixed #10156: `ModelMultipleChoiceField.clean` now does a single query instea...
Jacob Kaplan-Moss