mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Merge pull request #157 from gantonayde/master
Add support for Django 3.1
This commit is contained in:
commit
4e45f25661
2 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
"""
|
||||
These functions handle the adding of fields to other models
|
||||
"""
|
||||
from django.db.models import FieldDoesNotExist, ForeignKey, ManyToManyField, CASCADE
|
||||
from django.db.models import ForeignKey, ManyToManyField, CASCADE
|
||||
from django.core.exceptions import FieldDoesNotExist
|
||||
from . import fields
|
||||
# from settings import self._field_registry, self._model_registry
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
|
|
|||
|
|
@ -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