Skip to content

Instantly share code, notes, and snippets.

View roopesh90's full-sized avatar
🔥
Working from home

Roopesh Nair roopesh90

🔥
Working from home
View GitHub Profile
@roopesh90
roopesh90 / keybase.md
Created October 9, 2017 16:42
GitHub identity for Keybase

Keybase proof

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:

@roopesh90
roopesh90 / common [stash] fields.py
Last active August 29, 2015 14:16 — forked from stodge/common [stash] fields.py
Updated version of Django BigInt Patch for 64bit Primary Keys for Django 1.7
"""
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: