mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 21:18:16 -06:00
Add missed replacement
This commit is contained in:
parent
4024b32362
commit
f7ecdffcaa
@ -1,5 +1,3 @@
|
|||||||
# Generated by Django 4.2.9 on 2024-01-18 18:27
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
import django.db.models.deletion
|
import django.db.models.deletion
|
||||||
import taggit.managers
|
import taggit.managers
|
||||||
@ -15,6 +13,10 @@ class Migration(migrations.Migration):
|
|||||||
('dcim', '0001_initial'),
|
('dcim', '0001_initial'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
replaces = [
|
||||||
|
('dcim', '0002_auto_20160622_1821'),
|
||||||
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
migrations.AddField(
|
migrations.AddField(
|
||||||
model_name='virtualdevicecontext',
|
model_name='virtualdevicecontext',
|
||||||
|
Loading…
Reference in New Issue
Block a user