Bump version to 1.3.6 and update NEWS.rst for 1.3.5
[mailman-postorious.git] / src / postorius / migrations / 0009_auto_20190508_1604.py
blob7c957d9583ff5f16234fc8d8b46ebb188ff6282a
1 # Generated by Django 2.2 on 2019-05-08 16:04
3 from django.db import migrations, models
6 class Migration(migrations.Migration):
8 dependencies = [
9 ('postorius', '0008_auto_20190310_0717'),
12 operations = [
13 migrations.AlterField(
14 model_name='emailtemplate',
15 name='data',
16 field=models.TextField(blank=True,
17 help_text="Note: Do not add any secret content in templates as they are publicly accessible.\nYou can use these variables in the templates. \n$hyperkitty_url: Permalink to archived message in Hyperkitty\n$listname: Name of the Mailing List e.g. ant@example.com \n$list_id: The List-ID header e.g. ant.example.com \n$display_name: Display name of the mailing list e.g. Ant \n$short_listname: Local part of the listname e.g. ant \n$domain: The domain part of the listname e.g. example.com \n$info: The mailing list's longer descriptive text \n$request_email: The email address for -request address \n$owner_email: The email address for -owner address \n$site_email: The email address to reach the owners of the site \n$language: The two letter language code for list's preferred language e.g. fr, en, de \n"), # noqa: E501