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 trying to use Calendar with my User model where i use UUID as pk, and I can't create calendar, I believe, because this line where the object_id is saved as integerfield. In my case, this cause the error:
OverflowError: Python int too large to convert to SQLite INTEGER
The text was updated successfully, but these errors were encountered:
I suggest the field object_id can be a CharField, as explained in the "Primary key type compatibility" note in the class GenericForeignKey documentation
I'm trying to use Calendar with my User model where i use UUID as pk, and I can't create calendar, I believe, because this line where the object_id is saved as integerfield. In my case, this cause the error:
The text was updated successfully, but these errors were encountered: