try-django-19 icon indicating copy to clipboard operation
try-django-19 copied to clipboard

Slug field

Open sprytnyk opened this issue 9 years ago • 0 comments

When you create a new post with a title == 120 you've got an error. It's occurred because of slugfield in models.py. You need to add max_length = 120 to fix it. It's confusing for such begginers as me.

sprytnyk avatar Oct 11 '16 21:10 sprytnyk