On Wed, May 27, 2009 at 3: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? > > > If you use a model form it will automatically valiate the uniqueness of a field s long as you mark it unique=True. Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." --Voltaire "The people's good is the highest law."--Cicero --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---