Tags with empty slugs. #4069

Closed
opened 2025-12-29 18:32:57 +01:00 by adam · 1 comment
Owner

Originally created by @ebusto on GitHub (Sep 3, 2020).

Environment

  • Python version: 3.7.6
  • NetBox version: 2.8.9

Steps to Reproduce

  1. Tag an object with a tag named =
  2. Attempt to view all tags (/extras/tags/)

Expected Behavior

A nice table listing all tags.

Observed Behavior

Reverse for 'tag' with arguments '('',)' not found. 1 pattern(s) tried: ['extras/tags/(?P<slug>[^/]+)/$']

This appears similar to #4028, but in this case the slug is empty rather than non-ASCII.

Originally created by @ebusto on GitHub (Sep 3, 2020). # Environment * Python version: 3.7.6 * NetBox version: 2.8.9 ### Steps to Reproduce 1. Tag an object with a tag named `=` 2. Attempt to view all tags (`/extras/tags/`) ### Expected Behavior A nice table listing all tags. ### Observed Behavior `Reverse for 'tag' with arguments '('',)' not found. 1 pattern(s) tried: ['extras/tags/(?P<slug>[^/]+)/$']` This appears similar to #4028, but in this case the slug is empty rather than non-ASCII.
adam closed this issue 2025-12-29 18:32:57 +01:00
Author
Owner

@jeremystretch commented on GitHub (Sep 4, 2020):

v2.8.9 is no longer under development. Under v2.9.0 and later, tags must now be created manually, which works around this issue entirely. Please upgrade to the latest stable release (currently v2.9.2). As a workaround, you can edit the tag to create a slug.

@jeremystretch commented on GitHub (Sep 4, 2020): v2.8.9 is no longer under development. Under v2.9.0 and later, tags must now be created manually, which works around this issue entirely. Please upgrade to the latest stable release (currently v2.9.2). As a workaround, you can edit the tag to create a slug.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4069