Closed as not planned
Description
Deployment Type
Self-hosted
NetBox Version
v4.3.1
Python Version
3.11
Steps to Reproduce
- Have user that has more than 20 Entries in the changelog
- With that user, open its User Profile
Expected Behavior
It shows the Users Profile.
Observed Behavior
It showed an exception without Traceback. The Exception was of the type TypeError
and said Cannot reorder a query once a slice has been taken.
. This Exception originates from the Method order_by
in the class QuerySet
from django.db.model.query
.