summaryrefslogtreecommitdiff
path: root/tests/regressiontests/fixtures_regress
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-12-24Don't rely on dictionary ordering in testsIan Clelland
2012-12-24Use new TestCase methods for equality comparisonsIan Clelland
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-10-26Avoid dependence on exact Python exception messagesIan Clelland
2012-10-01Fixed postgres rollback issue with fixture testPreston Holmes
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-09-07Cleaned up several test cases, to better isolate state.Alex Gaynor
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-08-21Fixed #18196 -- Improved loaddata error messages.Claude Paroz
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-11[py3] Various minor syntax fixes in the test suiteClaude Paroz
2012-08-11[py3] Used six.StringIO to simulate stdout buffer in testsClaude Paroz
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
2012-06-07Fixed #10200 -- Raised CommandError when errors happen in loaddata.Claude Paroz
2012-05-26Removed a duplicate test in fixtures_regress.Claude Paroz
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-01-14Fixed #17530 - Fixture loading with deferred constraints broken for Postgres ...Luke Plant
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-10-29Made a couple of changes for readability and correctness in loaddata.Ramiro Morales
2011-10-29Enhanced loaddata error message printed when no DB fixture is provided.Ramiro Morales
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-09-26Fixed #16925 -- Make sure a signal is disconnected if the test fails. Thanks ...Alex Gaynor
2011-08-13Fixed #14503 -- Unified multiple implementations of test cases assert* method...Ramiro Morales
2011-08-08Added fixtures files missing from [16590].Ramiro Morales
2011-08-07Fixed #3615: Added support for loading fixtures with forward references on da...Karen Tracey
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-09Fixed a bunch more tests that were failing in Oracle due to false assumptions...Ian Kelly
2011-02-12Fixed #9964 -- Ensure that all database operations make transactions dirty, n...Russell Keith-Magee
2011-01-26Made a transaction test optional unless transactions are supported.Russell Keith-Magee
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-21Fixed test failure when using Python 2.7Luke Plant
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-02Corrected a test failure under MySQL.Russell Keith-Magee
2010-09-29Modified a fixtures_regress test case to make it more robust to database orde...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-06Added new fixture file accidentally left out of [9357].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