poiedk

Results 2 comments of poiedk

Any recommendations on why I get this error? ``` serialized_data = orjson.dumps(data, default=_json_serializer) TypeError: Type is not JSON serializable: Page ``` I'm using **Django 3.2**

I created a working example [django-unicorn pagination example](https://github.com/poiedk/django-unicorn-pagination-example)