.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.1.4 on 2023-08-07 21:00
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('longs', '0003_exam_candidates_only_alter_exam_active_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='longseries',
|
||||
old_name='description',
|
||||
new_name='info',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user