Move aliases to inline admin
This commit is contained in:
parent
8a44f81d2c
commit
5172f74845
4 changed files with 58 additions and 6 deletions
18
note/migrations/0002_auto_20190716_1406.py
Normal file
18
note/migrations/0002_auto_20190716_1406.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 2.2.3 on 2019-07-16 12:06
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('note', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='noteclub',
|
||||
old_name='user',
|
||||
new_name='club',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue