mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-06 06:13:36 -06:00
merged 4.4.0 release migrations
This commit is contained in:
parent
00afc1e7cb
commit
3ea2939ebc
14
netbox/extras/migrations/0133_merge_20250904_1132.py
Normal file
14
netbox/extras/migrations/0133_merge_20250904_1132.py
Normal 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 = [
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user