What's Changed
- Added a TimePeriod field for ISO 8601 duration entry by @peteeckel in #559
- Update dnssync_perm.py custom validator example by @jean1 in #560
- French translation by @jean1 in #561
- minor spelling mistake.gif by @chaeynz in #562
New Contributors
Full Changelog: 1.2.5...1.2.6
New Features
French translation
- I'm really happy to announce the first contributed translation for NetBox DNS. @jean1 was generous enough to do translate everything to French - thanks a lot, Jean! The next beers at FOSDEM are on me!
- A small usability improvement: From this version on it's possible to enter time periods, e.g. for TTLs, in the ISO 8601 time period format. Instead of typing "864000" you can now just enter "P10D", which is a bit more convenient and less error-prone. Please note that the full syntax of ISO 8601 is not supported - "W", "M" and "Y" don't work. Thats due to the fact that the Django library that's available out of the box doesn't support it and I didn't want to introduce an additional external dependency just for this.