Skip to content

Commit

Permalink
Uplift to Wagtail 2.4/Django 2.1.8 (#3033)
Browse files Browse the repository at this point in the history
builds on #3032 by uplifting wagtail to 2.4 and Django to 2.1.8
  • Loading branch information
Pomax authored Apr 22, 2019
1 parent a6147c0 commit 50a2b56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
"boto3" = "*"
Django = "==2.1.1"
Django = "==2.1.8"
dj-database-url = "*"
djangorestframework = "*"
django-admin-sortable = "*"
Expand All @@ -23,7 +23,7 @@ gunicorn = "*"
python-slugify = "*"
requests = "*"
social-auth-app-django = "*"
wagtail = "==2.3"
wagtail = "==2.4"
wagtail-factories = "*"
wagtail-inventory = "*"
wagtail-metadata = "*"
Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

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

0 comments on commit 50a2b56

Please sign in to comment.