aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorLines
2021-05-14Make tests expect 302.Gravatar kosayoda-1/+1
2021-05-13Add privacy policy information and link.Gravatar kosayoda-1/+8
2021-05-13Add disclaimer for the redirects app.Gravatar kosayoda-0/+12
2021-05-13Use temporary redirects for now.Gravatar kosayoda-1/+3
2021-05-13Route navbar links to their new locations.Gravatar kosayoda-8/+8
2021-05-13Add content app redirects.Gravatar kosayoda-1/+75
2021-05-03Add game jam pages redirectsGravatar ks129-0/+25
2021-05-03Add HTTP 200 requirement to redirect survival testsGravatar ks129-0/+2
2021-05-03Add code jam 6 and 7 rules pages redirectsGravatar ks129-0/+10
2021-05-03Add code jams helper pages redirectsGravatar ks129-0/+15
2021-05-03Add note about prefix redirectsGravatar ks129-0/+1
2021-05-03Add contributing pages prefix redirection and update testsGravatar ks129-2/+22
2021-05-03Implement hacky solution to allow prefix redirectsGravatar ks129-3/+8
2021-05-03Migrate redirections from settings.py -> redirects.yamlGravatar ks129-44/+66
2021-05-03Add code jam pages redirectsGravatar ks129-0/+21
2021-05-03Add groups with comments to redirections definitionGravatar ks129-0/+3
2021-05-03Update redirect app tests to take account recent changesGravatar ks129-5/+28
2021-05-03Migrate redirections definition to not include testing argsGravatar ks129-7/+6
2021-05-03Migrate URLs generation from Django's own RedirectView -> CustomRedirectViewGravatar ks129-3/+11
2021-05-03Add missing type annotation to get_redirect_urlGravatar ks129-1/+3