I am using mostly standard DRF stuff including the DefaultRouter and I have
a route like:
api/users/<user>
If I do e.g. GET api/users/mr.ghetto, I get { detail: Not Found } and from
inspecting I can see that the kwargs in the View are split out like
{format: 'ghetto', pk: 'mr'} http://i.imgur.com/U9fBvUV.png
How can I support usernames with a dot?
Thanks!
- Eric
--
You received this message because you are subscribed to the Google Groups
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.