summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-05-08 15:33:02 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-05-08 15:48:39 +0200
commit7476d96f83a004d674244aeb7a66289035427396 (patch)
tree2f6ed3a770b8e5ca3fb842b67256b03b8ccd8f1f /docs
parent86b4ac665afe793a457ae84dfa1dfbbbb7e3c2bf (diff)
Marked tests of BinaryFields as expected failures on MySQL and Python 3.
Current ports of MySQLdb are very buggy in this area.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index f28079ae33..2ef048216f 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -259,6 +259,9 @@ At the time of writing, the latest release of MySQLdb (1.2.4) doesn't support
Python 3. In order to use MySQL under Python 3, you'll have to install an
unofficial fork, such as `MySQL-for-Python-3`_.
+This port is still in alpha. In particular, it doesn't support binary data,
+making it impossible to use :class:`django.db.models.BinaryField`.
+
.. _MySQL-for-Python-3: https://github.com/clelland/MySQL-for-Python-3
Creating your database