mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Bumped mysqlclient requirement to >= 1.3.13.
There are test failures with older versions.
This commit is contained in:
parent
9453bc77f4
commit
88619e6129
4 changed files with 7 additions and 5 deletions
|
@ -335,7 +335,7 @@ Connector/Python includes `its own`_.
|
|||
mysqlclient
|
||||
~~~~~~~~~~~
|
||||
|
||||
Django requires `mysqlclient`_ 1.3.7 or later.
|
||||
Django requires `mysqlclient`_ 1.3.13 or later.
|
||||
|
||||
MySQL Connector/Python
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -424,6 +424,9 @@ Miscellaneous
|
|||
|
||||
* Support for ``cx_Oracle`` < 6.0 is removed.
|
||||
|
||||
* The minimum supported version of ``mysqlclient`` is increased from 1.3.7 to
|
||||
1.3.13.
|
||||
|
||||
* In an attempt to provide more semantic query data, ``NullBooleanSelect`` now
|
||||
renders ``<option>`` values of ``unknown``, ``true``, and ``false`` instead
|
||||
of ``1``, ``2``, and ``3``. For backwards compatibility, the old values are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue