What's Changed
- Include record templates if zone templates are cloned by @peteeckel in #329
- Fixed filtering of zones by nameserver in the GUI by @peteeckel in #332
- Implemented filtering nameservers by zone and SOA zone by @peteeckel in #333
- Replaced list comprehension over objects by leaner query for pk by @peteeckel in #334
- Fixed tests for NetBox 4.0.8 (new Strawberry release) by @peteeckel in #335
- Updated the version matrix for NetBox 4.0.8 by @peteeckel in #336
disable_ptr
must be aBooleanField
inRecordForm
by @peteeckel in #338- Fixed wrong casing of all by @peteeckel in #339
- Check for changed custom fields in
ObjectModificationMixin
by @peteeckel in #342 - Do not overwrite the contents of SOA SERIAL in ZoneForm by @peteeckel in #344
- Properly handle custom field data when validating zone views by @peteeckel in #347
- RRset TTL with inactive records by @peteeckel in #349
- Modified event rule tests so they work both with NetBox 4.0.x and 4.1.x by @peteeckel in #351
Full Changelog: 1.0.5...1.0.6