Closed hackdna closed 9 years ago
You're right @hackdna. That field should be a BigIntegerField.
Thank you very much for a quick fix. Any idea when will this change make it to PyPI?
I was kinda waiting for a bigger change for the next release, but I guess I could push it to PyPI. I'll try to do it today.
That would be great. We have a use case for uploading large files.
Installed and tested it - works fine, thank you!
:+1:
Offset is a PositiveIntegerField with a max value of 2147483647 when PostgreSQL is used (https://code.djangoproject.com/ticket/12030#comment:14). This prevents uploads of files that are size of 2GB and larger.