bhch / django-jsonform

A better, user-friendly JSON editing form field for Django admin. Also supports Postgres ArrayField.
https://django-jsonform.rtfd.io
BSD 3-Clause "New" or "Revised" License
307 stars 31 forks source link

Add missing UUID import #140

Closed andres-holvi closed 5 months ago

andres-holvi commented 5 months ago

The fix introduced in https://github.com/bhch/django-jsonform/pull/138 is missing the UUID import, rendering the fix non-functional.

NameError: name 'UUID' is not defined

This PR adds the missing import.

Apologies for introducing this bug.

bhch commented 5 months ago

Thanks for the PR. It's been released in v2.21.5.