Arthur Hanson

Results 244 comments of Arthur Hanson

Strawberry does have ordering support https://strawberry.rocks/docs/django/guide/ordering this would be a fairly substantial change as ordering enum and input would need to be be defined for all model types.

Marking as blocked by [#748](https://github.com/jazzband/sorl-thumbnail/pull/780) in sorl-thumbnail. sorl is just used in one place in NetBox (image attachments) so would be fairly easy to replace, however it looks like the...

Marking this as still blocked as sorl-thumbnail has not published to pypi.

This would also break bulk import with natural keys unless it is changed to support the hierarchy as well.

@FliesLikeABrick are you looking for something like what is in Jobs (see screenshot) and would this be for just the API or in the UI? ![Monosnap Jobs | NetBox 2024-06-11...

@Stingo77 can you please expand on these steps (more details) esp step 1 "Create device with module bay Gi0/0/[1-24] position [1-24] for sfp module with intarface {module} and one module...

@aj2s This works fine for me, the primary Mac addresss was reset checked in both API and UI. Can you please double-check. ``` mac_address = nb.dcim.mac_addresses.get(id=1) print(mac_address) interface = mac_address.assigned_object...

Does look like the print is causing it to be de-reffed and makes it work. Adding to backlog for more investigation as it does not seem correct.

@jeremystretch I changed it for 4 as the script class and template changed in 4 so there would be merge issues.