document warning bugfix authored by anarcat's avatar anarcat
......@@ -851,6 +851,9 @@ postorius.EmailTemplate: (models.W042) Auto-created primary key used when not de
HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostoriusConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
```
Those are an instance of a bug specific to bookworm, since then fixed
upstream and in trixie, see [1082541](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082541).
The default `example.com` host was modified by going into the [django
admin interface](https://lists-01.torproject.org/mailman3/admin/sites/site/), then the `lists-01.torproject.org` "domain" was
added in the [domains list](https://lists-01.torproject.org/mailman3/postorius/domains/) and the [test list](https://lists-01.torproject.org/mailman3/postorius/lists/test.lists-01.torproject.org/) was created, all
......
......