Bug in unique slug generation

Issue #6 resolved
Mikhail Korobov created an issue

If slug field's {{{unique_with}}} contains attribute of related model and this attribute is updated in such way that slug is no longer unique then MultipleObjectsReturned exception is raised when model with AutoSlugField is saved.

Comments (1)

  1. Log in to comment