2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00

Initial updates required to run under django 2.2

- Change to middleware.py
- Change some URLs formatting
- Fix django version at 2.2
This commit is contained in:
Oliver Walters
2019-04-12 20:44:22 +10:00
parent ceea053368
commit c67dc6f56e
6 changed files with 67 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Django>=1.11
Django==2.2
pillow>=5.0.0
djangorestframework>=3.6.2
django_filter>=1.0.2