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
/
testapp
/
models
/
basic.py
Age
Commit message (
Expand
)
Author
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-04-12
Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter
Adrian Holovaty
2006-02-25
Changed get_object() not to use 'ordering' parameter from the model. Thanks, ...
Adrian Holovaty
2005-12-05
Added two more unit tests for #982 (which still pass under Python 2.4). Refs ...
Adrian Holovaty
2005-12-05
Added unit tests for #982, but they're passing for me on Python 2.4. Maybe th...
Adrian Holovaty
2005-12-01
Fixed bug in basic.py model unit tests caused by [1511] -- the special-case M...
Adrian Holovaty
2005-12-01
Fixed #757: manually set AutoField values are now respected; also added unit ...
Jacob Kaplan-Moss
2005-11-01
Added model unit tests for year, month and day lookup. Refs #659
Adrian Holovaty
2005-08-25
Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...
Adrian Holovaty
2005-08-15
Added unit test that tests #323 -- currently fails for MySQL and passes for P...
Adrian Holovaty
2005-08-11
Changed timestamp and time typecasting to preserve microseconds. Added unit t...
Adrian Holovaty
2005-08-01
Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the...
Adrian Holovaty
2005-07-29
Added equality test to 'basic' model unit test
Adrian Holovaty
2005-07-29
Added first stab at model and DB-API unit tests
Adrian Holovaty