django-mptt 0.11 needed for Django 3.1

In Django 3.1 the compatibility import of django.core.exceptions.FieldDoesNotExist in django.db.models.fields is removed. 
django-mptt should be the latest version (0.11 as of now)
This commit is contained in:
gantonayde 2020-08-11 23:14:54 +01:00 committed by GitHub
parent 2dfbc8ef64
commit ec89796299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,2 @@
django-mptt>=0.9.0,<0.11
django-mptt==0.11.0
unicode-slugify==0.1.3