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
/
model_forms_regress
/
models.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2010-10-13
Fixed #12304 -- regression tests to make sure the validation messages for uni...
Honza Král
2010-10-01
Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...
Jannis Leidel
2010-08-05
Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are used on a...
Russell Keith-Magee
2010-02-23
Fixed #12420. Now that OneToOneField allows assignment of None, stop guarding...
Joseph Kocherhans
2010-02-10
Fixed #12698. Model.clean() used with a ModelForm no longer causes a KeyError...
Joseph Kocherhans
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
2009-04-11
Fixed #10645 -- Added some robustness around some admin and modelform params.
Malcolm Tredinnick
2009-04-08
Fixed the test from [10447] to not depend on `os.listdir()` ordering. I alway...
Jacob Kaplan-Moss
2009-04-08
Fixed #8422: FilePathField now respects required=False.
Jacob Kaplan-Moss
2008-10-08
Fixed #9319 -- Fixed a crash when using the same model field in multiple
Malcolm Tredinnick