summaryrefslogtreecommitdiff
path: root/tests/regressiontests/fixtures_regress/models.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-06-24Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keysClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2010-11-12Fixed a test case that was failing in Oracle due to conflation of null and em...Ian Kelly
2010-11-12Fixed #11101: Rewrote the sequence reset SQL for Oracle to prevent it from pe...Ian Kelly
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-09-28Migrated fixtures_regress doctests. Thanks to David Brenneman for the patch.Russell Keith-Magee
2010-03-18Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks t...Russell Keith-Magee
2010-01-09Fixed #12562: Made Platypus just a tad lighter so it does not trigger noticin...Karen Tracey
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-17Fixed #12395 - fixed test suite flushing problems on Postgres, MySQL.Jacob Kaplan-Moss
2009-12-14Fixed #7052 -- Added support for natural keys in serialization.Russell Keith-Magee
2009-07-27Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...Russell Keith-Magee
2009-06-09Fixed #11286 -- Ensured that dumpdata uses the default manager, rather than a...Russell Keith-Magee
2009-01-03Fixed #9942 -- Added a to_python handler for FloatField to ensure correct typ...Russell Keith-Magee
2008-11-06Fixed #9011 -- Corrected handling of fixture files that contain errors to cor...Russell Keith-Magee
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