Releases: foundertherapy/django-nativeshortuuidfield
Releases · foundertherapy/django-nativeshortuuidfield
1.4.10
Enhancements to shortuuid20 Fields
- Do not error out when trying to store shortuuid22 in shortuuid20 field.
- Update ShortUUIDCovertor Regex
Improved Model Search and Custom Primary Key Support
Improved model search for custom primary key names and general bug fixes for a smoother experience.
Important Note:
To ensure proper functionality, it is now mandatory to include native_shortuuid
in the INSTALLED_APPS
list within your Django settings.
Update ShortUUIDConverter to accept 20 and 22 shortuuids
1.4.6 Update ShortUUIDConverter to accept 20 and 22 chars shortuuids
Enhancements to handling shortuuid20s
1.4.5 Enhancements to handling shortuuid20s
Avoid pypi version conflict
1.4.4 Version Increment to avoin pypi conflict
Fix error message for NativeShortUUID20SerializerField
Fix error message for NativeShortUUID20SerializerField
Update ShortUUID20 classes to not inherit the original ones
1.4.2 Update ShortUUID20 classes to not inherit original classes
Fix bug in setup.py
Fix syntax in setup.py
1.4.0
Add support for 20-chars shortuuids