django/tests/backends
Aymeric Augustin 237c229b91 Avoided using BinaryField unecessarily in tests.
Several database backends struggle with binary data. This change
minimizes the risk of unrelated tests failures when binary fields
trigger errors.

Forward-port of 2e4bcb9b from stable/1.7.x.
2014-06-05 17:11:10 +02:00
..
__init__.py
models.py Avoided using BinaryField unecessarily in tests. 2014-06-05 17:11:10 +02:00
tests.py Avoided using BinaryField unecessarily in tests. 2014-06-05 17:11:10 +02:00