agateblue / django-dynamic-preferences

Dynamic global and instance settings for your django project
https://django-dynamic-preferences.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
350 stars 87 forks source link

Fix conversion of non-integer pk value in ModelSerializer #307

Closed CleitonDeLima closed 7 months ago

CleitonDeLima commented 7 months ago

Fix #226

I believe this solves the problem when a pk is not of type int, for example when models have pk of type uuid.

agateblue commented 7 months ago

Thank you!