I'm getting this error even though I have added slug field for this model - Link. I ran syncdb a few times and I still get the error. Any suggestions?
class Link(models.Model): # Metadata. slug = models.SlugField(unique_for_date='pub_date', help_text="Must be unique for the publication.") -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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=.