Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #16 from kpn/feature/unpin-django
Browse files Browse the repository at this point in the history
FIX - Unpin Django since new version has been released
  • Loading branch information
mjholtkamp authored Feb 18, 2019
2 parents 3678fbf + c6de786 commit 9f6a08f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements/requirements-base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#Django>=2.1,<3.0
Django==2.1.5 # pin to this version because 2.1.6 has a missing migration which breaks the build: https://code.djangoproject.com/ticket/30174#ticket
Django>=2.1,<3.0
djangorestframework>=3.9.0,<4.0.0
django-encrypted-model-fields>=0.5.8,<1.0.0
drf-nested-routers

0 comments on commit 9f6a08f

Please sign in to comment.