I'm getting next exception:
IntegrityError: (1048, "Column 'object_id' cannot be null")
when trying to save instance for a model with a tags=TagField() field
I think this exception has beginning to be thrown after a Django upgrade to v 1.5.2
¿It's possible django-tagging-ng is not Django 1.5.2 compatible?