From ec0af19f4c9c845ff1ce376c83853ae9345205ca Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 25 Jan 2017 10:16:10 -0500 Subject: [1.11.x] Bumped MySQLdb version requirement to 1.2.3. Older versions don't support Python 2.7. Partial backport of 2d96c027f5eb32c2c09bd57df2240ae1d343b98e from master --- docs/ref/models/fields.txt | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index ba01f5f0bc..09f1618275 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -473,13 +473,6 @@ The default form widget for this field is a :class:`~django.forms.TextInput`. ``max_length`` for some backends. Refer to the :doc:`database backend notes ` for details. -.. admonition:: MySQL users - - If you are using this field with MySQLdb 1.2.2 and the ``utf8_bin`` - collation (which is *not* the default), there are some issues to be aware - of. Refer to the :ref:`MySQL database notes ` for - details. - ``CommaSeparatedIntegerField`` ------------------------------ @@ -1097,13 +1090,6 @@ If you specify a ``max_length`` attribute, it will be reflected in the However it is not enforced at the model or database level. Use a :class:`CharField` for that. -.. admonition:: MySQL users - - If you are using this field with MySQLdb 1.2.1p2 and the ``utf8_bin`` - collation (which is *not* the default), there are some issues to be aware - of. Refer to the :ref:`MySQL database notes ` for - details. - ``TimeField`` ------------- -- cgit v1.3