v6.3.0
What's Changed
- Handle list results in DetailEndpoint.create() (fixes #395) by @markkuleinio in #418
- Define Permissions.constraints as JSON field to fix #398 by @markkuleinio in #416
- Fixes manual pagination (#412) and argless filter (#386) by @steffenschumacher in #413
Makes.filter()
with no args equivalent to.all()
, 7.0 will remove the latter. - Add Api.create_token() (for NetBox 3.0+) by @markkuleinio in #415
- Add custom model name lookup to fix #389 by @markkuleinio in #390
Full Changelog: v6.2.0...v6.3.0