Skip to content

Commit 3a7bdaf

Browse files
committed
bumping django version
1 parent 4c41d33 commit 3a7bdaf

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

bil_site/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
# Database
122122
# https://docs.djangoproject.com/en/2.0/ref/settings/#databases
123123

124+
DEFAULT_AUTO_FIELD='django.db.models.BigAutoField'
124125
DATABASE = config['Security']['DATABASE']
125126

126127
if DATABASE == "postgres":

requirements.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
asgiref==3.3.2
21
amqp==5.0.9
2+
asgiref==3.3.2
33
asn1crypto==0.24.0
4+
backports.zoneinfo==0.2.1
45
bcrypt==3.1.4
56
beautifulsoup4==4.9.3
67
billiard==3.6.4.0
78
celery==5.2.2
89
cffi==1.14.5
10+
click==8.0.3
11+
click-didyoumean==0.3.0
12+
click-plugins==1.1.1
13+
click-repl==0.2.0
914
cryptography==3.3.2
10-
Django==3.2
15+
Django==3.2.13
1116
django-bootstrap4==2.3.1
1217
django-celery-results==2.0.0
1318
django-filter==2.4.0
@@ -26,7 +31,9 @@ lxml==4.6.5
2631
openpyxl==2.5.3
2732
paramiko==2.10.1
2833
pretty-dump==3.0
34+
prompt-toolkit==3.0.24
2935
psycopg==3.0.11
36+
psycopg2-binary==2.9.1
3037
pyasn1==0.4.3
3138
pycparser==2.18
3239
pyexcel==0.5.8
@@ -43,6 +50,7 @@ soupsieve==2.2.1
4350
sqlparse==0.4.2
4451
texttable==1.2.1
4552
vine==5.0.0
53+
wcwidth==0.2.5
4654
xlrd==1.1.0
4755
xlwt==1.3.0
4856
zipp==3.4.1

0 commit comments

Comments
 (0)