Skip to content

Commit

Permalink
Add new migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Thoden committed Aug 27, 2020
1 parent 555b91d commit fd0a16b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions eoaforthcoming/migrations/0003_auto_20200827_1035.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 3.0.9 on 2020-08-27 08:35

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('eoaforthcoming', '0002_auto_20200827_0929'),
]

operations = [
migrations.AlterModelOptions(
name='forthcoming',
options={'verbose_name_plural': 'Forthcoming publications'},
),
]

0 comments on commit fd0a16b

Please sign in to comment.