File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,10 @@ jobs:
18
18
# AttributeError: module 'collections' has no attribute 'Callable'
19
19
# https://github.com/nose-devs/nose/issues/1099
20
20
django :
21
- - ' Django~=2.2.0'
22
- - ' Django~=3.0.0'
23
- - ' Django~=3.1.0'
24
21
- ' Django~=3.2.0'
25
22
- ' Django~=4.0.0'
26
23
- ' Django~=4.1.0'
24
+ - ' Django~=4.2.0'
27
25
experimental : [false]
28
26
# include:
29
27
# - python: '3.9'
38
36
django : ' Django~=4.0.0'
39
37
- python : ' 3.7'
40
38
django : ' Django~=4.1.0'
39
+ - python : ' 3.7'
40
+ django : ' Django~=4.2.0'
41
41
services :
42
42
postgres :
43
43
image : postgres:latest
69
69
env :
70
70
DB_SETTINGS : >-
71
71
{
72
- "ENGINE":"django.db.backends.postgresql_psycopg2 ",
72
+ "ENGINE":"django.db.backends.postgresql ",
73
73
"NAME":"querybuilder",
74
74
"USER":"postgres",
75
75
"PASSWORD":"postgres",
78
78
}
79
79
DB_SETTINGS2 : >-
80
80
{
81
- "ENGINE":"django.db.backends.postgresql_psycopg2 ",
81
+ "ENGINE":"django.db.backends.postgresql ",
82
82
"NAME":"querybuilder2",
83
83
"USER":"postgres",
84
84
"PASSWORD":"postgres",
You can’t perform that action at this time.
0 commit comments