Django UUIDField with full primary-key protocol support
Project description
django uuidfield that can be used as primary key
The reason of this project is that any other UUDField implementation that I found does not reflect the expected behaviour when used as primary-key, if the save() fails for any reason the value of the field persist so that checking obj.pk cannot be used anymore to check if the object is stored or not.
The code is mainly based on the dcramer’s implementation that can be found at https://github.com/dcramer/django-uuidfield
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-uuid-pk-0.2.tar.gz
(7.8 kB
view hashes)