mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Proposes changes based on 366ff74619 and pull request #140 for Django 2.0 to pass CI tests.
This commit is contained in:
parent
366ff74619
commit
a8dc71bcb1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"""
|
||||
These functions handle the adding of fields to other models
|
||||
"""
|
||||
from django.db.models import FieldDoesNotExist, ForeignKey, ManyToManyField
|
||||
from django.db.models import FieldDoesNotExist, ForeignKey, ManyToManyField, CASCADE
|
||||
from . import fields
|
||||
# from settings import self._field_registry, self._model_registry
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
|
|
|||
Loading…
Reference in a new issue