summaryrefslogtreecommitdiffstats
path: root/tests/users/views/test_domains.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement post rate limits, move to signed cookiesAndrew Godwin2022-12-151-0/+6
| | | | | Also improve the test harness a little Fixes #112
* Support deeper subdomains in domain validation (#110)Tom Usher2022-12-071-0/+40
Use a new validator class with regex based on the URLValidator from Django