feat: Bump django, update migration and change cmd to use JSONField

This commit is contained in:
Cristian 2020-11-27 16:23:27 -05:00
parent f61e6a74bb
commit 4b3f72202b
5 changed files with 8 additions and 8 deletions

View file

@ -52,7 +52,7 @@ setuptools.setup(
"atomicwrites==1.4.0",
"mypy-extensions==0.4.3",
"base32-crockford==0.3.0",
"django==3.0.8",
"django==3.1.3",
"django-extensions==3.0.3",
"dateparser",