summary refs log tree commit diff
path: root/scripts/check_signature.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-17Remove obsolete __future__ imports (#8337)Jonathan de Jong19-40/+2
2020-09-17Use admin_patterns for all admin APIs. (#8331)Patrick Cloke7-26/+20
This reduces duplication of the admin prefix in regular expressions.
2020-09-17Fix a potential bug of UnboundLocalError (#8