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
/
regressiontests
/
fixtures_regress
/
models.py
Age
Commit message (
Expand
)
Author
2008-08-24
Fixed #8298: Added a to_python method for integer fields. This ensures that t...
Russell Keith-Magee
2008-06-30
Fixed #7572 -- Force the closure of the database connection at the end of fi...
Russell Keith-Magee
2008-06-30
Fixed #7565 -- Fixed a problem with PostgreSQL sequence resetting in loaddata.
Malcolm Tredinnick
2008-06-08
Fixed #4371 -- Improved error checking when loading fixtures. Code now catche...
Russell Keith-Magee
2008-02-22
Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures sp...
Russell Keith-Magee
2007-09-15
Made the fixtures_regress test case be aware of Oracle's empty string
Ian Kelly
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-20
Fixed #4558 -- Modified XML serializer to handle whitespace better around Non...
Russell Keith-Magee
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-04-17
Fixed #4057 -- Fixed problem with quoting of sequence names on Postgres backe...
Russell Keith-Magee
2007-04-06
Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w...
Russell Keith-Magee