forked from clelland/django-mysql-pymysql
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt to Django 1.8. This breaks Django 1.7 support.
https://docs.djangoproject.com/en/1.8/releases/1.8/#database-backend-api covers the Django changes we had to adapt to. Mostly - new import paths for some stuff - define data_types for wrapper - adjust get_table_list to match what is expected, see django/django@b8cdc7d - update README reflect that we only support Django 1.8 now Lock to older version if you have Django 1.7
- Loading branch information
1 parent
a56b778
commit 0528d11
Showing
4 changed files
with
44 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters