summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_regress/tests.py
AgeCommit message (Expand)Author
2011-11-13Fixed #13640: Avoid generating an exception when a model has an attribute nam...Karen Tracey
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-06-10Fixed #16196 - Redundant or incorrect code in testsLuke Plant
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