wagtail / django-modelcluster

Django extension to allow working with 'clusters' of models as a single unit, independently of the database
BSD 3-Clause "New" or "Revised" License
485 stars 66 forks source link

Run to_python() when deserializing PK value #162

Open SupraSummus opened 2 years ago

SupraSummus commented 2 years ago

This is required for non-numeric PKs, for example UUIDs.

gasman commented 1 year ago

Thanks @SupraSummus! Please could you add a test for this?