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

fix: resolve N+1 issue getting questions & answers by marksweb · Pull Request #1090 · DjangoGirls/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

GitHub

Then a translations fix once the ruff fixes from the above get rebased...

https://github.com/DjangoGirls/djangogirls/pull/1091

chore: Fix translations by marksweb · Pull Request #1091 · DjangoGirls/djangogirls

Adds "\n" where it's missing from the translated string and causing errors.

GitHub