django/tests/get_or_create
Shai Berger cf159e5c93 Fix get_or_create test failure under Oracle
Test expected that when given invalid utf-8, the backend should raise
a DatabaseError, but the Oracle backend raises a UnicodeDecodeError.
2013-05-26 01:39:34 +03:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Lower the max length for a test field so that it works on MySQL. 2013-05-19 13:58:58 -07:00
tests.py Fix get_or_create test failure under Oracle 2013-05-26 01:39:34 +03:00