adamcharnock / django-hordak

Double entry accounting in Django
http://django-hordak.readthedocs.io
MIT License
231 stars 55 forks source link

Fixing the import of JSONField and remove the django-smalluuid packag… #61

Closed branchev closed 2 years ago

branchev commented 2 years ago

Fixing the import of JSONField and removing the django-smalluuid package from the library thanks to using of python 3.9 built-in uuid.

PetrDlouhy commented 2 years ago

I fixed the JSONField in new master. I also updated django-smalluuid to be compatible with Django 4.0. @branchev If you think, that removing smalluuid is something we should do, please make new MR against current master.