nutankumari / django-tasks

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

syncdb fails when installing with mysql 5.0.24a (InnoDB) #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
manage.py syncdb fails with following message.

Error: One or more models did not validate:
djangotasks.functiontask: "function_name": CharField cannot have a "max_length" 
greater than 255 when using "unique=True".

I'm using djangotasks r41 and django 1.2.3 on Win32 connected to mysql 5.0.24a 
on Debian. It's a working environment that I'm trying to add task processing to.

So, I'm just curious.  Are you running into a lot of instances where you need 
more than 255 characters to represent the name of a function?

I'm modifying my version in place, so as to keep moving forward for now.

Original issue reported on code.google.com by Matt.Willett@gmail.com on 7 Jan 2011 at 9:47

GoogleCodeExporter commented 8 years ago
Hello Matt.

The model has been fixed in 
http://code.google.com/p/django-tasks/source/detail?r=44

Thanks ;)

Original comment by thomas.d...@gmail.com on 22 Jan 2011 at 1:52