Files
bugsink/tags
Klaas van Schelven 0d4d95defd Use .iterator() idiom in init_tags
to avoid loading all events into memory before looping over them

There's some warnings in the docs about SQLite and iterators, but
I don't think those apply, for one because we don't write to the
events: https://docs.djangoproject.com/en/5.1/ref/databases/#sqlite-isolation
2025-02-27 14:54:26 +01:00
..