Migrating models, many admin tweaks
This commit is contained in:
parent
a7f1e24c9c
commit
1bdcafcef4
15 changed files with 211 additions and 25 deletions
|
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 3.2.3 on 2021-05-20 21:37
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('typeclasses', '0014_alter_tag_db_category'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='attribute',
|
||||
options={'verbose_name': 'Attribute'},
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue