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
/
modeltests
/
validation
/
tests.py
Age
Commit message (
Expand
)
Author
2011-10-31
Fixed #16816 -- Tweaked the test mock for `URLField.verify_exists` to allow t...
Julien Phalip
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-10-13
Fixed #12467 -- Made the model data validation for `DateField` and `DateTimeF...
Julien Phalip
2011-09-10
Altered the behavior of URLField to avoid a potential DOS vector, and to avoi...
Russell Keith-Magee
2011-06-13
Shortened some test model names that were introduced in r16366 to fix running...
Jannis Leidel
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-05-05
Fixes #15975 -- Test failure in model validation tests due to us now having h...
Chris Beaven
2011-03-16
Fixed #15229 -- Improved URLValidator to accept ftp:// links. Thanks, codefis...
Adrian Holovaty
2010-10-12
Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...
Alex Gaynor
2010-09-13
Fix a couple of typos in test names and descriptions.
Malcolm Tredinnick
2010-01-21
Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. ...
Joseph Kocherhans
2010-01-12
Fixed #12512. Changed ModelForm to stop performing model validation on fields...
Joseph Kocherhans
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans