Skip to content
Permalink
41deb3a028
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
18 lines (13 sloc) 461 Bytes
# Generated by Django 2.1.5 on 2020-08-17 10:05
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('eoaauthors2', '0002_auto_20200814_1433'),
]
operations = [
migrations.AddField(
model_name='author',
name='reverse_names',
field=models.BooleanField(help_text='For East-Asian names, the last name is printed first.', null=True),
),
]