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
Please consider to make slug unique by default or provide some method/configuration/documentation to achieve it.
Custom model overriding is not possible: django.core.exceptions.FieldError: Local field 'slug' in class 'Categories' clashes with field of similar name from base class 'CategoryBase'.
So actual only possibility is modifying django-categories sourcecode. True?
Or custom new CategoryBase model, but shouldn't it be more easy?
The text was updated successfully, but these errors were encountered:
aktywnitu
changed the title
Posibility of slug uniquess
Possibility of slug uniquess
Jun 1, 2016
Please consider to make slug unique by default or provide some method/configuration/documentation to achieve it.
Custom model overriding is not possible:
django.core.exceptions.FieldError: Local field 'slug' in class 'Categories' clashes with field of similar name from base class 'CategoryBase'.
So actual only possibility is modifying django-categories sourcecode. True?
Or custom new CategoryBase model, but shouldn't it be more easy?
The text was updated successfully, but these errors were encountered: