auroraresearchlab / netbox-dns

Netbox Dns is a netbox plugin for managing zone, nameserver and record inventory.
MIT License
207 stars 19 forks source link

"view_helpers" still loaded in NetBox 3.2 compatibility branch #130

Closed peteeckel closed 2 years ago

peteeckel commented 2 years ago

When testing the NetBox DNS plugin with NetBox 3.2 beta 1 I ran into an error clicking on "Change Log" in any of the list views.

(NetBox "feature" branch, NetBox DNS "netbox32-changes" branch)

'view_helpers' is not a registered tag library. Must be one of:
admin_list
admin_modify
admin_urls
builtins.filters
builtins.tags
buttons
cache
custom_links
django_rq
django_tables2
form_helpers
helpers
humanize
i18n
jquery_path
l10n
log
log_levels
mptt_admin
mptt_tags
navigation
perms
plugins
rest_framework
search
static
tz
peteeckel commented 2 years ago

Closes because of #129