You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove signed_data_view decorator to support url type checking. (#1658)
* Remove signed_data_view decorator to support url type checking.
The package django-urlconfchecks was erroring on the toolbar's
URLs because signed_data_view was injecting an extra parameter
for the views. The alternative to the decorator isn't terrible
so let's use that instead. Eventually this can be shortened
with the walrus operator when py37 support is dropped.
* Use django-urlconfchecks in a URL to avoid adding it to docs' words list.
0 commit comments