logo FEDIDEVS

DjangoCon EU 2025

Depuis mon retour de la et la conf très éclairante de @sarahboyce je me suis essayée à la relecture de pull requests ± revue de code sur le code de @django : bilan au bout d'une semaine, j'ai appris 12000 trucs en accessibilité et en perf, j'ai un peu contribué à l'accessibilité de mon framework préféré et j'ai récolté plein d'emoji cœurs. Je recommande 🥰

26 4 3

Travel to @djangoconeurope 2025 is all sorted! 💚 See you all in Dublin?

7 3 3

Help wanted: I'm still looking for ideas for talk proposals for @djangoconeurope.

1 2 2

PSA: During @djangoconeurope, managed to persuade @be_haki — “that database guy” — that he should join the fediverse. You should follow him! And check out the posts on his site if you’ve not seen it before. Utter gold mine.

15 5 2

Made a PR during the sprints that could significantly improve the performance of bulk queries on SQLite 🥳 github.com/django/django/pull/

For example, given a `bulk_create()` with 10,000 instances of a model that has 25 fields, the number of queries could go down from 251 to 1.

On Debian in general, queries that originally would take N*250 batches can now be done in ~N batches.

This was a ticket that one of the Djangonauts in my team worked on, then I added the tests at the sprints 🚀

12 3 2