File tree 3 files changed +38
-26
lines changed
3 files changed +38
-26
lines changed Original file line number Diff line number Diff line change 1
1
from django .views .generic import TemplateView , View
2
- from django .utils .translation import ugettext as _
2
+ from django .utils .translation import gettext as _
3
3
from django .db import IntegrityError , transaction
4
4
from django .urls import reverse
5
5
from django .http import HttpResponseRedirect
Original file line number Diff line number Diff line change 1
- Django>=2.1,<2.2
1
+ Django>=3.0,<3.1
2
2
dj-database-url
3
3
dj-static
4
4
gunicorn
Original file line number Diff line number Diff line change 1
1
alabaster == 0.7.11
2
2
appdirs == 1.4.3
3
+ asgiref == 3.2.3
3
4
atomicwrites == 1.2.1
4
- attrs == 18.2 .0
5
+ attrs == 18.1 .0
5
6
Babel == 2.6.0
6
- black == 18.6b4
7
- bleach == 2 .1.4
7
+ black == 19.10b0
8
+ bleach == 3 .1.0
8
9
certifi == 2018.8.24
9
10
chardet == 3.0.4
10
- click == 7.0
11
- coverage == 4.5.1
11
+ click == 6.7
12
+ coverage == 5.0.3
12
13
dj-database-url == 0.5.0
13
14
dj-static == 0.0.6
14
- Django == 2.1.2
15
- django-coverage-plugin == 1.6 .0
15
+ Django == 3.0.3
16
+ django-coverage-plugin == 1.8 .0
16
17
django-nose == 1.4.5
17
18
docutils == 0.14
19
+ entrypoints == 0.3
18
20
envdir == 1.0.1
19
- flake8 == 3.5.0
20
- freezegun == 0.3.10
21
- gunicorn == 19.9.0
21
+ flake8 == 3.7.9
22
+ freezegun == 0.3.14
23
+ gunicorn == 20.0.4
22
24
html5lib == 1.0.1
23
25
idna == 2.7
24
- imagesize == 1.1 .0
26
+ imagesize == 1.0 .0
25
27
Jinja2 == 2.10
26
- Markdown == 3.0
28
+ Markdown == 3.2
27
29
MarkupSafe == 1.0
28
30
mccabe == 0.6.1
29
31
more-itertools == 4.3.0
30
32
nose == 1.3.7
31
- packaging == 18.0
33
+ packaging == 17.1
34
+ pathspec == 0.7.0
32
35
pep8 == 1.7.1
33
- Pillow == 5.2 .0
36
+ Pillow == 7.0 .0
34
37
pluggy == 0.7.1
35
- psycopg2 == 2.7.5
38
+ psycopg2 == 2.8.4
36
39
py == 1.6.0
37
- pycodestyle == 2.3.1
38
- pyflakes == 1.6.0
40
+ pycodestyle == 2.5.0
41
+ pyflakes == 2.1.1
39
42
Pygments == 2.2.0
40
- pyparsing == 2.2.2
41
- pytest == 3.9.3
42
- pytest-cov == 2.6.0
43
- pytest-django == 3.4.3
43
+ pyparsing == 2.2.0
44
+ pytest == 3.7.4
45
+ pytest-cov == 2.8.1
46
+ pytest-django == 3.8.0
44
47
python-dateutil == 2.7.3
45
48
pytz == 2018.5
46
- requests == 2.20.0
49
+ regex == 2020.1.8
50
+ requests == 2.19.1
47
51
six == 1.11.0
48
52
snowballstemmer == 1.2.1
49
- Sphinx == 2.2.1
53
+ Sphinx == 2.3.1
54
+ sphinxcontrib-applehelp == 1.0.1
55
+ sphinxcontrib-devhelp == 1.0.1
56
+ sphinxcontrib-htmlhelp == 1.0.2
50
57
sphinxcontrib-httpdomain == 1.7.0
58
+ sphinxcontrib-jsmath == 1.0.1
59
+ sphinxcontrib-qthelp == 1.0.2
60
+ sphinxcontrib-serializinghtml == 1.1.3
51
61
sphinxcontrib-websupport == 1.1.0
62
+ sqlparse == 0.3.0
52
63
static3 == 0.7.0
53
- toml == 0.9.6
64
+ toml == 0.9.4
65
+ typed-ast == 1.4.1
54
66
urllib3 == 1.23
55
67
webencodings == 0.5.1
You can’t perform that action at this time.
0 commit comments