When I try to set null=True on a GenericForeignKey field, I get a
TypeError: __init__() got an unexpected keyword argument 'null'.  Does
this mean that GenericForeignKeys can't be null, or does it mean that
their nullability is automatically determined by the nullability of
their content_type and object_id fields?
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to