<field type="CharField" name="name">Patchwork</field>
<field type="CharField" name="listid">patchwork.ozlabs.org</field>
<field type="CharField" name="listemail">patchwork@lists.ozlabs.org</field>
+ <field type="CharField" name="list_archive_url">https://lists.ozlabs.org/pipermail/patchwork/</field>
</object>
</django-objects>
--- /dev/null
+# -*- coding: utf-8 -*-
+# Generated by Django 1.11.21 on 2019-07-01 12:30
+from __future__ import unicode_literals
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('patchwork', '0033_remove_patch_series_model'),
+ ]
+
+ operations = [
+ migrations.AddField(
+ model_name='project',
+ name='list_archive_url',
+ field=models.CharField(blank=True, max_length=2000),
+ ),
+ ]
web_url = models.CharField(max_length=2000, blank=True)
scm_url = models.CharField(max_length=2000, blank=True)
webscm_url = models.CharField(max_length=2000, blank=True)
+ list_archive_url = models.CharField(max_length=2000, blank=True)
# configuration options
<th>List address</th>
<td>{{project.listemail}}</td>
</tr>
+{% if project.list_archive_url %}
+ <tr>
+ <th>List archive</th>
+ <td><a href="{{ project.list_archive_url }}">{{ project.list_archive_url }}</a></td>
+ </tr>
+{% endif %}
<tr>
<th>Maintainer{{maintainers|length|pluralize}}</th>
<td>