mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
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:
parent
2dfbc8ef64
commit
ec89796299
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
django-mptt>=0.9.0,<0.11
|
||||
django-mptt==0.11.0
|
||||
unicode-slugify==0.1.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue