Add "generic" fallback mentions to regular/digest template docstrings
This MR addresses the child issue of mailman#1243 regarding the documentation of template fallback behavior in Postorius.
Currently, list administrators are unaware that if they do not configure the regular or digest headers/footers, Mailman Core automatically falls back to a generic template.
This MR improves the visibility of this behavior within the Postorius UI by:
- Adding the missing
list:member:generic:footerandlist:member:generic:headertemplates toTEMPLATES_LIST. - Appending an explicit warning to the descriptive docstrings of the regular and digest templates (e.g., "Falls back to list:member:generic:footer if not set.").
- Providing the generated Django migration (
0020_alter_emailtemplate_name.py) to safely apply these docstring updates to the database schema.
Closes #639
Edited by Sumit_goyal