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
/
basic
/
models.py
Age
Commit message (
Expand
)
Author
2007-02-14
Changed __year lookup to use a BETWEEN SQL statement instead of comparing the...
Adrian Holovaty
2006-12-19
Fixed #3164 -- Added explicit ordering to basic model test, and revised resul...
Russell Keith-Magee
2006-09-25
Made ``pk`` a generic expansion for the primary key, rather than just an expa...
Russell Keith-Magee
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee
2006-06-27
Added {{{Manager.create()}}} method to create and save an object in a single ...
Jacob Kaplan-Moss
2006-06-04
Changed all model unit tests to use __str__() instead of __repr__(). Also sli...
Adrian Holovaty
2006-05-26
Made negative indexing on QuerySet instances raise an assertion error (previo...
Luke Plant
2006-05-11
Updated tests in line with changed exception messages, fixing 2 failures.
Luke Plant
2006-05-06
Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty