Skip to content

Commit

Permalink
Loosen version pinning for Django
Browse files Browse the repository at this point in the history
This change is in accordance with netbox-community/netbox#2808
  • Loading branch information
cimnine committed Feb 22, 2019
1 parent f8ea0f7 commit 582064f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN pip install \
# pinning django to the version required by netbox
# adding it here, to install the correct version of
# django-rq
'Django>=1.11,<2.1' \
'Django>=2.1.5,<2.2' \
# django-rq is used for webhooks
django-rq

Expand Down

0 comments on commit 582064f

Please sign in to comment.