Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
dependencies: modelcluster.tags is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 13, 2021
1 parent 8e845bb commit ff81aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from django.template.defaultfilters import slugify
from django.utils.timezone import now
from django.utils.translation import gettext_lazy as _
from modelcluster.contrib.taggit import ClusterTaggableManager
from modelcluster.fields import ParentalKey
from modelcluster.tags import ClusterTaggableManager
from taggit.models import Tag as TaggitTag
from taggit.models import TaggedItemBase
from wagtail.admin.edit_handlers import FieldPanel
Expand Down

0 comments on commit ff81aa3

Please sign in to comment.