summaryrefslogtreecommitdiff
path: root/tests/modeltests/validation/tests.py
AgeCommit message (Expand)Author
2011-09-10[1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee
2011-05-05[1.3.X] Fixes #15975 -- Test failure in model validation tests due to us now ...Chris Beaven
2011-03-16Fixed #15229 -- Improved URLValidator to accept ftp:// links. Thanks, codefis...Adrian Holovaty
2010-10-12Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...Alex Gaynor
2010-09-13Fix a couple of typos in test names and descriptions.Malcolm Tredinnick
2010-01-21Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. ...Joseph Kocherhans
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans