diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-25 10:16:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-25 10:16:10 -0500 |
| commit | 2d96c027f5eb32c2c09bd57df2240ae1d343b98e (patch) | |
| tree | 4a1b82b37cee1ffca7badb89cc553a557569c62b /docs/ref/models | |
| parent | 632c4ffd9cb1da273303bcd8005fff216506c795 (diff) | |
Refs #23919 -- Removed obsolete MySQLdb references.
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/fields.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index fc4290edb7..983bef2c80 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -471,13 +471,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 </ref/databases>` 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 <mysql-collation>` for - details. - ``DateField`` ------------- @@ -1080,13 +1073,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 <mysql-collation>` for - details. - ``TimeField`` ------------- |
