You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: