1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Changelog & cleanup for #5503

This commit is contained in:
jeremystretch
2021-07-06 10:43:08 -04:00
parent eaf0259c3d
commit fc15ef6967
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
### Enhancements
* [#5503](https://github.com/netbox-community/netbox/issues/5503) - Annotate short date & time fields with their longer form
* [#6138](https://github.com/netbox-community/netbox/issues/6138) - Add an `empty` filter modifier for character fields
* [#6200](https://github.com/netbox-community/netbox/issues/6200) - Add rack reservations to global search
* [#6368](https://github.com/netbox-community/netbox/issues/6368) - Enable virtual chassis assignment during bulk import of devices

View File

@ -4,8 +4,8 @@ import re
import yaml
from django import template
from django.template.defaultfilters import date
from django.conf import settings
from django.template.defaultfilters import date
from django.urls import NoReverseMatch, reverse
from django.utils import timezone
from django.utils.html import strip_tags