Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2017-08-12 23:20
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('members', '0020_auto_20170810_0703'),
]
operations = [
migrations.AlterField(
model_name='emailaddress',
name='gpg_error',
field=models.CharField(blank=True, max_length=256),
),