-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for BigAutoField #48
Comments
You need 8 bytes for 64-bits integers in |
Oooooops — I was working on a patch on my end and didn't notice your pull request, which was perfectly correct, until I pushed my changes. Sorry :'( |
It doesn't seem useful to run all tests in |
Also support IntegerField and friends, in case someone wants to use them with primary_key=True, for some reason. Fix #48.
No problem! I should've been clear about that I intended to create a PR. Thanks for the quick fix! 👍 |
FYI version 1.8 is released on PyPI with this feature. |
It would be nice to have support for BigAutoField primary keys.
Would it be possible to just use the
IntPacker
for this field or do we have to introduce aLongPacker
:The text was updated successfully, but these errors were encountered: