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