merged 4.4.0 release migrations

This commit is contained in:
Jathn 2025-09-04 14:32:41 +03:00
parent 00afc1e7cb
commit 3ea2939ebc

View File

@ -0,0 +1,14 @@
# Generated by Django 5.2.5 on 2025-09-04 11:32
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('extras', '0130_alter_customfield_validation_maximum_and_more'),
('extras', '0132_configcontextprofile'),
]
operations = [
]