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 declared a BigIntegerField in a model, but the field actually created by mongodb is an Int32. I want Int64, but it doesn't work. My djongo version is 1.3.6. I want to know if it is a bug or my mistake.
One line description of the issue
I declared a BigIntegerField in a model, but the field actually created by mongodb is an Int32. I want Int64, but it doesn't work. My djongo version is 1.3.6. I want to know if it is a bug or my mistake.
Python script
Traceback
The text was updated successfully, but these errors were encountered: