mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.7.x] Fixed #23446 -- Officially recommended mysqlclient as MySQL driver
Thanks Corey Farwell for the report and Tim Graham for the review.
Thanks also to Inada Naoki for creating and maintaining mysqlclient.
Backport of 7f089ac2e3 from master.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
"""
|
||||
MySQL database backend for Django.
|
||||
|
||||
Requires MySQLdb: http://sourceforge.net/projects/mysql-python
|
||||
Requires mysqclient: https://pypi.python.org/pypi/mysqlclient/
|
||||
MySQLdb is supported for Python 2 only: http://sourceforge.net/projects/mysql-python
|
||||
"""
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
Reference in New Issue
Block a user