You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey here is what was generated with django migrations from slugify import slugify
... ('slug', autoslug.fields.AutoSlugField(always_update=True, blank=True, editable=False, null=True, populate_from=b'name', slugify=slugify.slugify.slugify, unique=True)),
AttributeError: 'function' object has no attribute 'slugify'
I get this when trying to migrate.
The text was updated successfully, but these errors were encountered:
Hey here is what was generated with django migrations
from slugify import slugify
...
('slug', autoslug.fields.AutoSlugField(always_update=True, blank=True, editable=False, null=True, populate_from=b'name', slugify=slugify.slugify.slugify, unique=True)),
AttributeError: 'function' object has no attribute 'slugify'
I get this when trying to migrate.
The text was updated successfully, but these errors were encountered: