Django URLs TypeError: view must be a callable or a list/tuple in the case of include()
After upgrading to Django 1.10, I get the error:
After upgrading to Django 1.10, I get the error:
I have a Django URL like this:
Tl; dr: Is there a way to override the default behaviour of reverse?