Time-based changelog filters are incorrectly named #2209

Closed
opened 2025-12-29 17:23:38 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Dec 13, 2018).

Environment

  • Python version: 3.5.2
  • NetBox version: 2.5.0

Steps to Reproduce

Attempt to filter the changelog using the time_0 (after) or time_1 (before) filters.

Expected Behavior

Only changelog entries matching the filter should be displayed.

Observed Behavior

The filter has no effect. These filters need to be renamed to time_before and time_after under django-filter 2.0, which was introduced in NetBox v2.5.

Originally created by @jeremystretch on GitHub (Dec 13, 2018). ### Environment * Python version: 3.5.2 * NetBox version: 2.5.0 ### Steps to Reproduce Attempt to filter the changelog using the `time_0` (after) or `time_1` (before) filters. ### Expected Behavior Only changelog entries matching the filter should be displayed. ### Observed Behavior The filter has no effect. These filters need to be renamed to `time_before` and `time_after` under django-filter 2.0, which was introduced in NetBox v2.5.
adam added the type: bugstatus: accepted labels 2025-12-29 17:23:38 +01:00
adam closed this issue 2025-12-29 17:23:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2209