Anyone fancy a weekend PR review for django girls?
I've fixed an N+1 issue.
https://github.com/DjangoGirls/djangogirls/pull/1090
#django #djangogirls
This solves an issue where looping over the answers for an application, then getting the question title for that answer, we're causing additional SQL queries in each loop. fixes #1079
Then a translations fix once the ruff fixes from the above get rebased...
https://github.com/DjangoGirls/djangogirls/pull/1091
Adds "\n" where it's missing from the translated string and causing errors.