Skip to content

Commit

Permalink
removing the verbose name changes in the migrations, these are alread…
Browse files Browse the repository at this point in the history
…y resolved as part of 0035_auto_20180806_1150.py
  • Loading branch information
fredkingham committed Oct 30, 2018
1 parent fe159b6 commit 2ea95ce
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions opal/migrations/0035_auto_20180713_1039.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ class Migration(migrations.Migration):
]

operations = [
migrations.AlterModelOptions(
name='inpatientadmission',
options={'verbose_name': 'Inpatient Admissions'},
),
migrations.AlterModelOptions(
name='tagging',
options={'verbose_name': 'Teams'},
),
migrations.AddField(
model_name='antimicrobial',
name='code',
Expand Down

0 comments on commit 2ea95ce

Please sign in to comment.