Open elnygren opened 1 year ago
...is a common error when using this with Django and various libraries like grappelli, allauth, .... because Python nor Django can JSON serialise your custom ULID types.
https://github.com/ahawker/ulid/issues/492
You can use the str() method to cast it to a string if that helps
...is a common error when using this with Django and various libraries like grappelli, allauth, .... because Python nor Django can JSON serialise your custom ULID types.
https://github.com/ahawker/ulid/issues/492