-bumped django-model-utils version to support django 22
This commit is contained in:
Ayub khan
2019-12-13 17:10:29 +05:00
parent b2be6b3ba2
commit 5c4c9fd26e
5 changed files with 9 additions and 6 deletions

View File

@@ -91,3 +91,6 @@ django-object-actions==1.1.2
# Constraining this since the newer versions require Python 3
django-debug-toolbar<2.0 # A set of panels that display debug information about the current request/response
# Constraining this since the newer versions require Python 3
django-model-utils<4.0.0

View File

@@ -46,7 +46,7 @@ django-fernet-fields # via edx-enterprise (should be added to its
django-filter==1.0.4 # Allows users to filter Django querysets dynamically
django-ipware # Get the client's real IP address
django-method-override==0.1.0
django-model-utils==3.0.0
django-model-utils
django-mptt>=0.8.6,<0.9
django-mysql==2.4.1
django-oauth-toolkit<1.2 # Provides oAuth2 capabilities for Django. 1.2+ requires Django 2 and Python 3.5

View File

@@ -236,7 +236,7 @@ sqlparse==0.3.0
staff-graded-xblock==0.5
stevedore==1.31.0
super-csv==0.9.6
sympy==1.4
sympy==1.5
testfixtures==6.10.3 # via edx-enterprise
text-unidecode==1.3 # via python-slugify
tincan==0.0.5 # via edx-enterprise

View File

@@ -318,7 +318,7 @@ sqlparse==0.3.0
staff-graded-xblock==0.5
stevedore==1.31.0
super-csv==0.9.6
sympy==1.4
sympy==1.5
testfixtures==6.10.3
text-unidecode==1.3
tincan==0.0.5
@@ -332,7 +332,7 @@ unidiff==0.5.5
uritemplate==3.0.0
urllib3==1.25.7
user-util==0.1.5
virtualenv==16.7.8
virtualenv==16.7.9
voluptuous==0.11.7
vulture==1.2
watchdog==0.9.0

View File

@@ -301,7 +301,7 @@ sqlparse==0.3.0
staff-graded-xblock==0.5
stevedore==1.31.0
super-csv==0.9.6
sympy==1.4
sympy==1.5
testfixtures==6.10.3
text-unidecode==1.3
tincan==0.0.5
@@ -315,7 +315,7 @@ unidiff==0.5.5
uritemplate==3.0.0
urllib3==1.25.7
user-util==0.1.5
virtualenv==16.7.8 # via tox
virtualenv==16.7.9 # via tox
voluptuous==0.11.7
watchdog==0.9.0
wcwidth==0.1.7 # via pytest