django/tests/regressiontests/fixtures_regress
Claude Paroz d7dfab59ea Replaced cStringIO.StringIO by io.BytesIO.
Also replaced StringIO.StringIO by BytesIO in some other appropriate
places. StringIO is not available in Python 3.
2012-05-05 21:41:44 +02:00
..
fixtures Added fixtures files missing from [16590]. 2011-08-08 17:08:35 +00:00
fixtures_1 Fixed #17530 - Fixture loading with deferred constraints broken for Postgres for fixtures from multiple dirs/files 2012-01-14 17:26:32 +00:00
fixtures_2 Fixed #17530 - Fixture loading with deferred constraints broken for Postgres for fixtures from multiple dirs/files 2012-01-14 17:26:32 +00:00
__init__.py Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads when using Postgres. Thanks to Jon Ballard and scott@staplefish.com for the report, and to Zach Thompson for suggesting a solution. 2007-04-06 02:25:58 +00:00
models.py Fixed various dodgy behaviours 2011-12-17 17:37:24 +00:00
tests.py Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00