Skip to content

Commit

Permalink
Merge branch 'staging' into api_v2_backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjohnson authored Oct 28, 2023
2 parents 429220e + fb8e03a commit 14cfb05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion api_v2/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Migration(migrations.Migration):
('creature', models.ForeignKey(help_text='The creature to which this action belongs.', on_delete=django.db.models.deletion.CASCADE, to='api_v2.creature')),
],
options={
'abstract': False,
'verbose_name_plural': 'armor',
},
),
migrations.CreateModel(
Expand Down
1 change: 0 additions & 1 deletion api_v2/models/abstracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class Meta:
abstract = True
ordering = ['pk']


class Benefit(HasName, HasDescription):
"""
This is the definition of a Benefit abstract base class.
Expand Down

0 comments on commit 14cfb05

Please sign in to comment.