Skip to content
Shipu Ahamed edited this page Sep 3, 2016 · 2 revisions

unique

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.

Clone this wiki locally