Postfix's Transport Encryption under Control of the User
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

0005_auto_20160228_1615.py 495B

1234567891011121314151617181920
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.9.2 on 2016-02-28 15:15
  3. from __future__ import unicode_literals
  4. from django.db import migrations, models
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('core', '0004_auto_20160228_1600'),
  8. ]
  9. operations = [
  10. migrations.AlterField(
  11. model_name='tlslogentry',
  12. name='recipients',
  13. field=models.CharField(max_length=255, null=True, verbose_name='Recipients'),
  14. ),
  15. ]