hello.
while googling i found the other implementation of uuidfield for django.
https://bitbucket.org/schinckel/django-uuidfield
apparently it handles the problem of migrations (to be more specific, adding a uuidfield to existing model). it boils down to introspection rules.
please refer to: http://south.aeracode.org/ticket/295#comment:8
hello.
while googling i found the other implementation of uuidfield for django.
https://bitbucket.org/schinckel/django-uuidfield
apparently it handles the problem of migrations (to be more specific, adding a uuidfield to existing model). it boils down to introspection rules.
please refer to: http://south.aeracode.org/ticket/295#comment:8