Arthur Hanson
Arthur Hanson
### Fixes: #15524 Change utilization for IPRange from truncating to rounding.
### Fixes: #15823
### Proposed Changes Remove openidconnect from social-auth-core in requirements.txt ### Justification Current installation is causing a warning to appear in the terminal on startup.
### Fixes: #15853 This just addresses the cable trace SVG background color in dark mode which is incorrect without HTMX enabled. There is a separate issue #15819 which deals with...
### Proposed Changes The GraphQL tests currently test all model fields, but are very light on testing any filtering of objects or sub-objects. We should add tests for checking different...
### Fixes: #15802 Made a lighter version of the current link color for tables 
### Fixes: #13925 port fromisoformat from python 3.11
### Fixes: #15153 Limits on what can be changed without copying and modifying the base template into api.html, but made tweaks to bring it more in-line with app. Just kept...
Update and GraphQL filtering code to support new refactored code in latest strawberry-django library
### Proposed Changes Strawberry PR https://github.com/strawberry-graphql/strawberry-django/pull/478 overhauled the filtering code and it causes major breakages with our autotype decorator, specifically these two in their release notes: Custom filters can be...