move to new vendoring fallback logic

This commit is contained in:
Nick Sweeting 2024-08-23 02:01:02 -07:00
parent eeb70c4018
commit 2c2d034d6d
No known key found for this signature in database
14 changed files with 54 additions and 16 deletions

View file

@ -4,7 +4,7 @@ from django import forms
from ..util import URL_REGEX
from ..parsers import PARSERS
from ..vendor.taggit_utils import edit_string_for_tags, parse_tags
from taggit.utils import edit_string_for_tags, parse_tags
PARSER_CHOICES = [
(parser_key, parser[0])