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.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to