mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
21 lines
453 B
Python
21 lines
453 B
Python
# Generated by Django 3.0.5 on 2020-05-07 21:06
|
|
|
|
from django.db import migrations
|
|
import extras.models.customfields
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('extras', '0041_tag_description'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelManagers(
|
|
name='customfield',
|
|
managers=[
|
|
('objects', extras.models.customfields.CustomFieldManager()),
|
|
],
|
|
),
|
|
]
|