Skip to content

Commit a66e241

Browse files
authored
Py36 (#192)
Py36 Upgrade
1 parent 30b5f78 commit a66e241

File tree

1,626 files changed

+40397
-2292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,626 files changed

+40397
-2292
lines changed

.ebextensions/01_packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packages:
44
postgresql93-devel: []
55
libxslt-devel: []
66
libxml2-devel: []
7-
python27-devel: []
7+
python36: []
88
gcc-c++: []
99
gcc-gfortran: []
1010
atlas-sse3-devel: []

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ webcdi/media/*
2121
env/
2222
__pycache__/
2323
.vscode/
24+
25+
static/

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"python.pythonPath": "env/bin/python2.7"
2+
"python.pythonPath": "env/bin/python"
33
}

requirements.txt

Lines changed: 54 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,79 @@
1-
app-version==0.2.1
1+
app-version==1.0.1
22
appdirs==1.4.3
3-
awsebcli==3.14.1
4-
backports.ssl-match-hostname==3.5.0.1
5-
bleach==2.1.3
6-
blessed==1.14.2
7-
botocore==1.7.7
3+
awsebcli==3.15.3
4+
backports.ssl-match-hostname==3.7.0.1
5+
beautifulsoup4==4.8.0
6+
bleach==3.1.0
7+
blessed==1.15.0
8+
botocore==1.12.241
89
cached-property==1.5.1
910
cement==2.8.2
10-
certifi==2019.6.16
11+
certifi==2019.9.11
1112
chardet==3.0.4
1213
colorama==0.3.9
13-
Django==1.11.5
14+
confusable-homoglyphs==3.2.0
15+
Django==2.2.6
1416
django-adaptors==0.2.5
15-
django-appconf==1.0.2
16-
django-axes==2.3.3
17-
django-bootstrap3==9.0.0
17+
django-appconf==1.0.3
18+
django-axes==5.0.14
19+
django-bootstrap3==11.1.0
1820
django-bootstrap3-datetimepicker==2.2.3
19-
django-bootstrap4==0.0.3
21+
django-bootstrap4==1.0.1
2022
django-ckeditor==5.7.1
21-
django-countries==5.3.1
22-
git+git://github.com/django-crispy-forms/django-crispy-forms.git@c243b01a41ff2cab28fba219f39f996c1125195d
23-
#django-crispy-forms==1.7.2
24-
django-csvimport==2.4
23+
django-countries==5.5
24+
django-crispy-forms==1.7.2
25+
django-csvimport==2.13
2526
django-form-utils==1.0.3
26-
django-health-check==3.5.1
27-
django-inspectional-registration==0.6.2
28-
django-ipware==1.1.6
27+
django-health-check==3.11.0
28+
#django-inspectional-registration==0.6.2
29+
git+git://github.com/HenryMehta/django-inspectional-registration.git
30+
django-ipware==2.1.0
2931
django-js-asset==1.2.2
30-
django-localflavor==2.0
31-
django-modeltranslation==0.12.2
32-
django-tables2==1.10.0
32+
django-localflavor==2.2
33+
django-modeltranslation==0.13.3
34+
django-tables2==2.1.1
3335
docker==3.7.3
34-
docker-compose==1.21.2
35-
docker-py==1.10.6
36+
docker-compose==1.23.2
3637
docker-pycreds==0.4.0
3738
dockerpty==0.4.1
3839
docopt==0.6.2
39-
docutils==0.14
40-
enum34==1.1.6
41-
functools32==3.2.3.post2
42-
futures==3.2.0
43-
html5lib==0.999999999
44-
idna==2.8
40+
docutils==0.15.2
41+
enum-compat==0.0.2
42+
future==0.16.0
43+
futures==3.1.1
44+
html5lib==1.0.1
45+
idna==2.7
4546
ipaddress==1.0.22
46-
jmespath==0.9.3
47+
jmespath==0.9.4
4748
json-table-schema==0.2.1
4849
jsonschema==2.6.0
49-
lxml==3.8.0
50-
Markdown==2.6.11
50+
lxml==4.4.1
51+
Markdown==3.1.1
5152
messytables==0.15.2
52-
numpy==1.13.1
53-
packaging==16.8
54-
pandas==0.20.3
55-
pathspec==0.5.5
56-
Pillow==6.1.0
57-
psycopg2==2.7.3.1
58-
pyparsing==2.2.0
59-
python-dateutil==2.6.1
60-
python-magic==0.4.13
61-
pytz==2017.2
62-
PyYAML==3.12
63-
requests==2.22.0
64-
selenium==3.5.0
53+
numpy==1.17.2
54+
packaging==19.2
55+
pandas==0.25.1
56+
pathspec==0.5.9
57+
Pillow==6.2.0
58+
psycopg2==2.8.3
59+
pyparsing==2.4.2
60+
python-dateutil==2.8.0
61+
python-magic==0.4.15
62+
python-stdnum==1.11
63+
pytz==2019.2
64+
PyYAML==3.13
65+
requests==2.20.1
66+
selenium==3.141.0
6567
semantic-version==2.5.0
6668
six==1.11.0
67-
tabulate==0.7.5
69+
soupsieve==1.9.4
70+
sqlparse==0.3.0
71+
tabulate==0.8.5
6872
termcolor==1.1.0
6973
texttable==0.9.1
7074
tolerance==0.1.2
71-
urllib3==1.25.3
75+
urllib3==1.24.3
7276
wcwidth==0.1.7
7377
webencodings==0.5.1
74-
websocket-client==0.44.0
75-
xlrd==1.1.0
78+
websocket-client==0.56.0
79+
xlrd==1.2.0

webcdi/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

webcdi/cdi_form_csv/[English_WS].csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ item_325,beach,word,places,produces,beach,beach,,
327327
item_326,camping,word,places,produces,camping,camping,,
328328
item_327,church,word,places,produces,church*,church*,,
329329
item_328,circus,word,places,produces,circus,circus,,
330-
item_329,country,word,places,produces,country,country (word),,
330+
item_329,country_word,word,places,produces,country,country (word),,
331331
item_330,downtown,word,places,produces,downtown,downtown,,
332332
item_331,farm,word,places,produces,farm,farm,,
333333
item_332,gas_station,word,places,produces,gas station,gas station,,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"model": "cdi_forms.choices", "pk": 1, "fields": {"choice_set": "produces", "choice_set_en": "produces", "choice_set_es": "produce", "choice_set_fr_ca": "dit", "choice_set_en_ca": "produces", "choice_set_nl": "produceert"}}, {"model": "cdi_forms.choices", "pk": 2, "fields": {"choice_set": "not yet; sometimes; often", "choice_set_en": "not yet; sometimes; often", "choice_set_es": "todav\u00eda no; de vez en cuando; frecuentemente", "choice_set_fr_ca": "pas encore; parfois; souvent", "choice_set_en_ca": "not yet; sometimes; often", "choice_set_nl": "nog niet; soms; vaak "}}, {"model": "cdi_forms.choices", "pk": 3, "fields": {"choice_set": "simple; complex", "choice_set_en": "simple; complex", "choice_set_es": "simple; complex", "choice_set_fr_ca": "simple; complex", "choice_set_en_ca": "simple; complex", "choice_set_nl": " eenvoudig; complex"}}, {"model": "cdi_forms.choices", "pk": 4, "fields": {"choice_set": "no; yes", "choice_set_en": "no; yes", "choice_set_es": "no; s\u00ed", "choice_set_fr_ca": "non; oui", "choice_set_en_ca": " no; yes", "choice_set_nl": " nee; ja"}}, {"model": "cdi_forms.choices", "pk": 5, "fields": {"choice_set": "understands", "choice_set_en": "understands", "choice_set_es": "comprende", "choice_set_fr_ca": "comprend", "choice_set_en_ca": "understands", "choice_set_nl": " begrijpt"}}, {"model": "cdi_forms.choices", "pk": 6, "fields": {"choice_set": "never; sometimes; often", "choice_set_en": "never; sometimes; often", "choice_set_es": "todav\u00eda no; de vez en cuando; frecuentemente", "choice_set_fr_ca": "jamais; parfois; souvent", "choice_set_en_ca": "never; sometimes; often", "choice_set_nl": " nooit; soms; vaak"}}, {"model": "cdi_forms.choices", "pk": 7, "fields": {"choice_set": "understands; produces", "choice_set_en": "understands; produces", "choice_set_es": "comprende; produce", "choice_set_fr_ca": "comprend; dit", "choice_set_en_ca": "understands; produces", "choice_set_nl": " begrijpt; produceert"}}, {"model": "cdi_forms.choices", "pk": 8, "fields": {"choice_set": "pronoun; article", "choice_set_en": "pronoun; article", "choice_set_es": "", "choice_set_fr_ca": "pronoun; article", "choice_set_en_ca": " pronoun; article", "choice_set_nl": " voornaamwoord; artikel"}}]

webcdi/cdi_forms/fixtures/items.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

webcdi/cdi_forms/form_data/background_info/Dutch_WG_back.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"field":"birth_order"
6060
},
6161
{
62-
"field":"multiple_birth_boolean",
63-
"div":["multiple_birth"]
62+
"field":"multi_birth_boolean",
63+
"div":["multi_birth"]
6464
}
6565
]
6666
},{

webcdi/cdi_forms/form_data/background_info/Dutch_WS_back.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"field":"birth_order"
6060
},
6161
{
62-
"field":"multiple_birth_boolean",
63-
"div":["multiple_birth"]
62+
"field":"multi_birth_boolean",
63+
"div":["multi_birth"]
6464
}
6565
]
6666
},{

0 commit comments

Comments
 (0)