diff --git a/uniweb/migrations/0036_merge_20230204_0315.py b/uniweb/migrations/0036_merge_20230204_0315.py new file mode 100644 index 0000000000000000000000000000000000000000..f4a545c4923b8f6c5489c5b62ed924bda54f5fa3 --- /dev/null +++ b/uniweb/migrations/0036_merge_20230204_0315.py @@ -0,0 +1,14 @@ +# Generated by Django 4.1.5 on 2023-02-04 02:15 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('uniweb', '0034_alter_uniwebflexiblepage_content_and_more'), + ('uniweb', '0035_alter_uniwebarticletag_content_object'), + ] + + operations = [ + ]