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
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-12-24
Don't rely on dictionary ordering in tests
Ian Clelland
2012-12-24
Use new TestCase methods for equality comparisons
Ian Clelland
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-10-26
Avoid dependence on exact Python exception messages
Ian Clelland
2012-10-01
Fixed postgres rollback issue with fixture test
Preston Holmes
2012-09-30
Fixed #9279 -- Added ignorenonexistent option to loaddata
Preston Holmes
2012-09-07
Cleaned 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-21
Fixed #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 suite
Claude Paroz
2012-08-11
[py3] Used six.StringIO to simulate stdout buffer in tests
Claude Paroz
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-24
Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keys
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
Fixed #10200 -- Raised CommandError when errors happen in loaddata.
Claude Paroz
2012-05-26
Removed a duplicate test in fixtures_regress.
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-01-14
Fixed #17530 - Fixture loading with deferred constraints broken for Postgres ...
Luke Plant
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-10-29
Made a couple of changes for readability and correctness in loaddata.
Ramiro Morales
2011-10-29
Enhanced loaddata error message printed when no DB fixture is provided.
Ramiro Morales
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-09-26
Fixed #16925 -- Make sure a signal is disconnected if the test fails. Thanks ...
Alex Gaynor
2011-08-13
Fixed #14503 -- Unified multiple implementations of test cases assert* method...
Ramiro Morales
2011-08-08
Added fixtures files missing from [16590].
Ramiro Morales
2011-08-07
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-09
Fixed a bunch more tests that were failing in Oracle due to false assumptions...
Ian Kelly
2011-02-12
Fixed #9964 -- Ensure that all database operations make transactions dirty, n...
Russell Keith-Magee
2011-01-26
Made a transaction test optional unless transactions are supported.
Russell Keith-Magee
2010-11-12
Fixed a test case that was failing in Oracle due to conflation of null and em...
Ian Kelly
2010-11-12
Fixed #11101: Rewrote the sequence reset SQL for Oracle to prevent it from pe...
Ian Kelly
2010-10-21
Fixed test failure when using Python 2.7
Luke Plant
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-02
Corrected a test failure under MySQL.
Russell Keith-Magee
2010-09-29
Modified a fixtures_regress test case to make it more robust to database orde...
Russell Keith-Magee
2010-09-28
Migrated fixtures_regress doctests. Thanks to David Brenneman for the patch.
Russell Keith-Magee
2010-03-18
Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks t...
Russell Keith-Magee
2010-01-09
Fixed #12562: Made Platypus just a tad lighter so it does not trigger noticin...
Karen Tracey
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-17
Fixed #12395 - fixed test suite flushing problems on Postgres, MySQL.
Jacob Kaplan-Moss
2009-12-14
Fixed #7052 -- Added support for natural keys in serialization.
Russell Keith-Magee
2009-07-27
Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...
Russell Keith-Magee
2009-06-09
Fixed #11286 -- Ensured that dumpdata uses the default manager, rather than a...
Russell Keith-Magee
2009-01-03
Fixed #9942 -- Added a to_python handler for FloatField to ensure correct typ...
Russell Keith-Magee
2008-11-06
Added new fixture file accidentally left out of [9357].
Russell Keith-Magee
2008-11-06
Fixed #9011 -- Corrected handling of fixture files that contain errors to cor...
Russell Keith-Magee
2008-08-24
Fixed #8298: Added a to_python method for integer fields. This ensures that t...
Russell Keith-Magee
[next]