Changelog & cleanup for #5503

This commit is contained in:
jeremystretch 2021-07-06 10:43:08 -04:00
parent 5250d41b33
commit e8b04206f2
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