File tree 2 files changed +7
-16
lines changed
2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ after_success:
37
37
38
38
matrix :
39
39
include :
40
- - &django_1_11
41
- name : " Django 1.11 test (Python 3.7 )"
40
+ - &django_2_2
41
+ name : " Django 2.2 test (Python 3.5 )"
42
42
env :
43
- - DJANGO_VERSION=1.11.26
43
+ - DJANGO_VERSION=2.2.7
44
44
python : " 3.5"
45
45
install :
46
46
- pip install -U pip
@@ -59,11 +59,9 @@ matrix:
59
59
- cd django-${DJANGO_VERSION}/tests/
60
60
- ./runtests.py --parallel=1 --settings=test_mysql
61
61
62
- - &django_2_2
63
- << : *django_py27
64
- name : " Django 2.2 test (Python 3.8)"
65
- python : " 3.8"
66
- env :
67
- - DJANGO_VERSION=2.2.7
62
+ # - &django_3_0
63
+ # <<: *django_2_2
64
+ # name: "Django 3.0 test (Python 3.8)"
65
+ # python: "3.8"
68
66
69
67
# vim: sw=2 ts=2 sts=2
Original file line number Diff line number Diff line change @@ -62,13 +62,6 @@ def __init__(self, connection):
62
62
self .arraysize = 1
63
63
self ._executed = None
64
64
65
- # XXX THIS IS GARBAGE: While this is totally garbage and private,
66
- # Django 1.11 depends on it. And they don't fix it because
67
- # they are in security-only fix mode.
68
- # So keep this garbage for now. This will be removed in 1.5.
69
- # See PyMySQL/mysqlclient-python#303
70
- self ._last_executed = None
71
-
72
65
self .lastrowid = None
73
66
self .messages = []
74
67
self ._result = None
You can’t perform that action at this time.
0 commit comments