Skip to content

Commit

Permalink
Upgrade Django to 2.1.7
Browse files Browse the repository at this point in the history
This is a squashed version of #809 with the conflicts resolved
  • Loading branch information
rstorey authored and acdha committed Feb 12, 2019
1 parent 03ccf91 commit 147d65f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ django-haystack = "*"
"boto3" = ">=1.9.16"
botocore = '>=1.12.16'
requests = "*"
Django = ">=2.0.9"
Django = ">=2.1.7"
Pillow = "*"
confusable_homoglyphs = ">=3.1.1"
Whoosh = "*"
Expand Down
62 changes: 31 additions & 31 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import find_packages, setup

VERSION = __import__("concordia").get_version()
INSTALL_REQUIREMENTS = ["boto3", "Django>=2.1.5"]
INSTALL_REQUIREMENTS = ["boto3", "Django>=2.1.7"]
SCRIPTS = ["manage.py"]
DESCRIPTION = "Transcription crowdsourcing"
CLASSIFIERS = """\
Expand Down

0 comments on commit 147d65f

Please sign in to comment.