summaryrefslogtreecommitdiff
path: root/tests/modeltests/basic/models.py
AgeCommit message (Expand)Author
2007-01-31Merged revisions 4186 to 4454 from trunk.Robin Munn
2006-09-25sqlalchemy: Merged revisions 3770 to 3831 from trunk.Robin Munn
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee
2006-06-27Added {{{Manager.create()}}} method to create and save an object in a single ...Jacob Kaplan-Moss
2006-06-04Changed all model unit tests to use __str__() instead of __repr__(). Also sli...Adrian Holovaty
2006-05-26Made negative indexing on QuerySet instances raise an assertion error (previo...Luke Plant
2006-05-11Updated tests in line with changed exception messages, fixing 2 failures.Luke Plant
2006-05-06Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty