-
-
Notifications
You must be signed in to change notification settings - Fork 459
unique
Shipu Ahamed edited this page Sep 3, 2016
·
2 revisions
This is a boolean defining whether slugs should be unique among all models of the given type.
For example, if you have two blog posts and both are called "My Blog Post", then they
will both sluggify to "my-blog-post" if unique
is false. This could be a problem, e.g.
if you use the slug in URLs.