Skip to content

Instantly share code, notes, and snippets.

# the bug is described here http://code.djangoproject.com/ticket/12235
# I tried to use the django-extensions implementation of UUIDField(), I have the same bug
# opened this issue for django-extensions
# https://github.com/django-extensions/django-extensions/issues#issue/50
#
# I'm new to django, I just suspect that there is some code in django-admin inlines which
# assumes integer primary keys
# using : django 1.2.3 , django-extensions 0.5, PGSQL db with psycopg2