shivsharma07 / django-survey

Automatically exported from code.google.com/p/django-survey
0 stars 0 forks source link

Survey title longer than slug length limit errors on save #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Attempt to create a survey with a very long length such as "Knight Digital
Media Center at UC Berkeley 2009 Newsroom Training Survey" and end user
gets a 500 error. Solution is to create survey title with shorter slug from
the admin, but that's not an end-user oriented solution.

Original issue reported on code.google.com by scotfhac...@gmail.com on 27 Feb 2009 at 11:47

GoogleCodeExporter commented 8 years ago
closed in r98 by setting an explicit max_lenght to 255

Original comment by yann.ma...@gmail.com on 12 Mar 2009 at 1:53

GoogleCodeExporter commented 8 years ago

Original comment by yann.ma...@gmail.com on 12 Mar 2009 at 1:54