You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to hide the numerical ID and instead display a slug or UUID, similar to how DRF uses lookup_field?
python
Desired outcome
Try as indicated in the documentation.
**Overwriting the resource object’s id
Per default the primary key property pk on the instance is used as the resource identifier.
It is possible to overwrite the resource id by defining an id field on the serializer like:**
Beta Was this translation helpful? Give feedback.
All reactions