Ticket #34881: 0002_rename_person_personfoo.py
File 0002_rename_person_personfoo.py, 342 bytes (added by , 13 months ago) |
---|
Line | |
---|---|
1 | # Generated by Django 5.1.dev20230928194939 on 2023-09-28 20:45 |
2 | |
3 | from django.db import migrations |
4 | |
5 | |
6 | class Migration(migrations.Migration): |
7 | dependencies = [ |
8 | ('ticket_34881', '0001_initial'), |
9 | ] |
10 | |
11 | operations = [ |
12 | migrations.RenameModel( |
13 | old_name='Person', |
14 | new_name='PersonFoo', |
15 | ), |
16 | ] |