Don't Call django.shortcuts.reverse in Tests
This post is based on a bug my team discovered in production a couple of years ago.
We had to pin our Django version because a security patch changed undocumented routing logic and broke a contract with a front-end client.
In this post, I'm going to ...
simoncrowe.hashnode.dev4 min read