-
- Downloads
"tests/connection_tester.py" did not exist on "8f0891f0462e5f5deb27c50183c8ea623156d729"
refactor: implement consistent pk/slug retrieval for shows
The show retrieve method allowed shows to be identified through the slug or the id. This is handy, but was restricted to the retrieve and did not apply to the update nor delete methods. The proper way to implement this kind of behaviour is through overriding get_object so that route identifiers are handled consistently.
parent
a03f60a2
No related branches found
No related tags found
Loading
Please register or sign in to comment