mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Create CachedValueField to contain search specific lookups
This commit is contained in:
committed by
Jeremy Stretch
parent
a61e7e7c04
commit
eed1b8f412
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 4.1.6 on 2023-02-07 08:21
|
||||
|
||||
from django.db import migrations
|
||||
import extras.fields
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('extras', '0084_staging'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='cachedvalue',
|
||||
name='value',
|
||||
field=extras.fields.CachedValueField(),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user