summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_regress/tests.py
AgeCommit message (Expand)Author
2010-11-19Fixed a failing test caused by [14614].Alex Gaynor
2010-11-18Converted the model_regress doctests into unittests. We have always been at ...Alex Gaynor
2010-11-18Fixed pk uniqueness validation for new objects created outside of a ModelForm...Carl Meyer
2009-05-07Fixed #10153: foreign key `gte` and `lte` lookups now work. Thanks, joelhooks...Jacob Kaplan-Moss