I hereby claim:
- I am roopesh90 on github.
- I am roopesh90 (https://keybase.io/roopesh90) on keybase.
- I have a public key whose fingerprint is 93DC EAD7 C0D5 18A9 206F 2325 19B3 F98F DAA5 05F3
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
""" | |
module mydjangolib.bigint_patch | |
A fix for the rather well-known ticket #399 in the django project. | |
Create and link to auto-incrementing primary keys of type bigint without | |
having to reload the model instance after saving it to get the ID set in | |
the instance. | |
Logs: |