Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slug field #7

Open
sprytnyk opened this issue Oct 11, 2016 · 0 comments
Open

Slug field #7

sprytnyk opened this issue Oct 11, 2016 · 0 comments

Comments

@sprytnyk
Copy link

sprytnyk commented Oct 11, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant