This repository has been archived by the owner on Jun 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Better view names for DRF/Tastpie transactions #62
Comments
any updates on this? |
👍 |
FYI there is a workaround here: https://gist.github.com/piquadrat/b494bd4b368ea4095dad3b629333ae58 |
@santiagomalter the link is now broken, do you have any other info on the workaround? We are facing the same issue |
This is the one: https://gist.github.com/beniwohli/b494bd4b368ea4095dad3b629333ae58 |
@jalvz Thanks! I ended up creating a more generic solution:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Django Rest Framework ViewSets will show up as a single transaction even though a ViewSet might have different methods that provide different functionality.
The text was updated successfully, but these errors were encountered: