Closed phoikoi closed 5 months ago
Currently neapolitan only supports models which have an integer primary key. This patch adds support for string and UUID PKs as well (CharField, TextField, and UUIDField respectively.)
Sorry, I hadn't realized the changes after 26-April made this change unnecessary. D'oh! :)
Hey @phoikoi — no stress. Glad the new API is useful for you.
Currently neapolitan only supports models which have an integer primary key. This patch adds support for string and UUID PKs as well (CharField, TextField, and UUIDField respectively.)