Skip to content

Releases: foundertherapy/django-nativeshortuuidfield

1.4.10

09 Sep 07:08
Compare
Choose a tag to compare

Update convert_uuid_to_uuid_v2 method to always get the last 20 characters of the given shortuuid.

Enhancements to shortuuid20 Fields

14 Feb 07:58
Compare
Choose a tag to compare
  • Do not error out when trying to store shortuuid22 in shortuuid20 field.
  • Update ShortUUIDCovertor Regex

Improved Model Search and Custom Primary Key Support

07 Feb 11:55
c15051c
Compare
Choose a tag to compare

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

16 Jan 18:04
Compare
Choose a tag to compare
1.4.6

Update ShortUUIDConverter to accept 20 and 22 chars shortuuids

Enhancements to handling shortuuid20s

16 Jan 14:17
Compare
Choose a tag to compare
1.4.5

Enhancements to handling shortuuid20s

Avoid pypi version conflict

07 Jan 21:44
Compare
Choose a tag to compare
1.4.4

Version Increment to avoin pypi conflict

Fix error message for NativeShortUUID20SerializerField

07 Jan 21:38
Compare
Choose a tag to compare

Fix error message for NativeShortUUID20SerializerField

Update ShortUUID20 classes to not inherit the original ones

04 Jan 14:25
Compare
Choose a tag to compare
1.4.2

Update ShortUUID20 classes to not inherit original classes

Fix bug in setup.py

02 Jan 16:18
Compare
Choose a tag to compare

Fix syntax in setup.py

1.4.0

02 Jan 16:09
Compare
Choose a tag to compare

Add support for 20-chars shortuuids