I have a class with ManyToManyFields that are 'optional' relations. If
I set the ManyToManyField to null=True and blank=True, the admin
interface treats it as optional, but when I hit Save I get the error:

OperationalError at /admin/app/report/add/
(1048, "Column 'addedBy_id' cannot be null")

So, what's the proper way to make the m2m relation optional?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to