mirror of
https://github.com/Hopiu/django.git
synced 2026-05-10 16:44:43 +00:00
Fixed typo in MySQL backend doctring
Thanks CHI Cheng for the report.
This commit is contained in:
parent
528c9af543
commit
5b8e37a69e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"""
|
||||
MySQL database backend for Django.
|
||||
|
||||
Requires mysqclient: https://pypi.python.org/pypi/mysqlclient/
|
||||
Requires mysqlclient: https://pypi.python.org/pypi/mysqlclient/
|
||||
MySQLdb is supported for Python 2 only: http://sourceforge.net/projects/mysql-python
|
||||
"""
|
||||
from __future__ import unicode_literals
|
||||
|
|
|
|||
Loading…
Reference in a new issue