summary refs log tree commit diff
path: root/.github (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 (#8329)Jonathan de Jong2-5/+9
Replaced with less buggier control flow