@@ -0,0 +1,20 | |||
|
1 | # Generated by Django 4.1.5 on 2023-01-23 15:01 | |
|
2 | ||
|
3 | from django.db import migrations, models | |
|
4 | import django.db.models.deletion | |
|
5 | ||
|
6 | ||
|
7 | class Migration(migrations.Migration): | |
|
8 | ||
|
9 | dependencies = [ | |
|
10 | ('contenttypes', '0002_remove_content_type_name'), | |
|
11 | ('main', '0001_initial'), | |
|
12 | ] | |
|
13 | ||
|
14 | operations = [ | |
|
15 | migrations.AlterField( | |
|
16 | model_name='configuration', | |
|
17 | name='polymorphic_ctype', | |
|
18 | field=models.ForeignKey(editable=False, null=True, on_delete=django.db.models.deletion.CASCADE, related_name='polymorphic_%(app_label)s.%(class)s_set+', to='contenttypes.contenttype'), | |
|
19 | ), | |
|
20 | ] |
General Comments 0
You need to be logged in to leave comments.
Login now