django/tests/regressiontests/fixtures_regress
Ian Kelly 8a7a44ffa2 Fixed a test case that was failing in Oracle due to conflation of null and empty strings.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14547 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-12 19:26:57 +00:00
..
fixtures Fixed #11101: Rewrote the sequence reset SQL for Oracle to prevent it from performing an implicit commit that caused all fixtures to be automatically committed, causing a large number of test failures. 2010-11-12 01:44:22 +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 a test case that was failing in Oracle due to conflation of null and empty strings. 2010-11-12 19:26:57 +00:00
tests.py Fixed a test case that was failing in Oracle due to conflation of null and empty strings. 2010-11-12 19:26:57 +00:00