you might have to reset your database and do a fresh syncdb if you have just added your "unique=True" bit.
On May 27, 9:10 pm, Bobby Roberts <tchend...@gmail.com> wrote: > On May 27, 4:08 pm, Bobby Roberts <tchend...@gmail.com> wrote: > > > hi group... I thought slugs were unique, or supposed to be? Here's > > what i'm doing: > > > in forms.py > > slug = forms.SlugField(required=True,widget=forms.TextInput(attrs= > > {'class':'slug','id':'slug'})) > > > in models.py: > > url_slug = models.SlugField (blank=False, > > max_length=254,unique=True) > > > I can currently save identical slugs in this model... what am i doing > > wrong here? I thought unique=True prevented that. > > Update: with a unique index on the database field it throws a nasty > integrity error. How do i prevent duplicates like this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---