mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-27 20:22:15 +02:00
Move aliases to inline admin
This commit is contained in:
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',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user