diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 8a85eca66c..5cf048abe2 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -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 \ No newline at end of file diff --git a/requirements/edx/base.in b/requirements/edx/base.in index 41798de880..7c0aaba12a 100644 --- a/requirements/edx/base.in +++ b/requirements/edx/base.in @@ -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