netbox-plugin-dns 1.2.10__py3-none-any.whl → 1.2.11__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of netbox-plugin-dns might be problematic. Click here for more details.

netbox_dns/__init__.py CHANGED
@@ -4,7 +4,7 @@ from django.core.exceptions import ImproperlyConfigured
4
4
  from netbox.plugins import PluginConfig
5
5
  from netbox.plugins.utils import get_plugin_config
6
6
 
7
- __version__ = "1.2.10"
7
+ __version__ = "1.2.11"
8
8
 
9
9
 
10
10
  def _check_list(setting):
@@ -25,7 +25,7 @@ class DNSSECKeyTemplateSerializer(NetBoxModelSerializer):
25
25
  default=None,
26
26
  help_text=_("Policies using this Key Template"),
27
27
  )
28
- tenant = TenantSerializer(required=False, allow_null=True)
28
+ tenant = TenantSerializer(nested=True, required=False, allow_null=True)
29
29
 
30
30
  class Meta:
31
31
  model = DNSSECKeyTemplate
@@ -52,7 +52,7 @@ class DNSSECPolicySerializer(NetBoxModelSerializer):
52
52
  default=None,
53
53
  help_text=_("Zone templates this policy is assigned to"),
54
54
  )
55
- tenant = TenantSerializer(required=False, allow_null=True)
55
+ tenant = TenantSerializer(nested=True, required=False, allow_null=True)
56
56
 
57
57
  class Meta:
58
58
  model = DNSSECPolicy
@@ -23,7 +23,7 @@ class NameServerSerializer(NetBoxModelSerializer):
23
23
  default=None,
24
24
  help_text=_("Zones served by the authoritative nameserver"),
25
25
  )
26
- tenant = TenantSerializer(required=False, allow_null=True)
26
+ tenant = TenantSerializer(nested=True, required=False, allow_null=True)
27
27
 
28
28
  class Meta:
29
29
  model = NameServer
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: netbox-plugin-dns
3
- Version: 1.2.10
3
+ Version: 1.2.11
4
4
  Summary: NetBox DNS is a NetBox plugin for managing DNS data.
5
5
  Author-email: Peter Eckel <pete@netbox-dns.org>
6
6
  Project-URL: Homepage, https://github.com/peteeckel/netbox-plugin-dns
@@ -1,4 +1,4 @@
1
- netbox_dns/__init__.py,sha256=w4xDLTTEhlT5JSrBAHJDwPKMvyuCpka8IHuRFLHnfnM,4891
1
+ netbox_dns/__init__.py,sha256=J3IJiBb3U8rQEKBa-KZ1ArvhWpqxHgtz5pA2Fngr-jY,4891
2
2
  netbox_dns/apps.py,sha256=JCW5eS-AQBUubDJve1DjP-IRFKTFGQh1NLGWzJpC5MI,151
3
3
  netbox_dns/navigation.py,sha256=u90MwWBySg1Z9yfZEdvUctYWEkab5z1Y3019J7U_-3g,7741
4
4
  netbox_dns/template_content.py,sha256=irgHJe91TnmmL9K1Xnv07uGmOeJMn9zTrIKtJev88XI,4283
@@ -9,9 +9,9 @@ netbox_dns/api/serializers.py,sha256=OHrpfJkBn6D1y6b3nIxBEFyE50U5p-Aqv4lBojMEFgk
9
9
  netbox_dns/api/urls.py,sha256=-kQaei47yZeGbDpQ9RaFaFlFb682ThuPA5h321_2cgM,1000
10
10
  netbox_dns/api/views.py,sha256=w71SRyZue5zPD1C64TIr496nYFA_ARjHTlpSVFTZ76o,4522
11
11
  netbox_dns/api/serializers_/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- netbox_dns/api/serializers_/dnssec_key_template.py,sha256=QQUvbDwvYP05d_XB7Tcqi9XSR2Zq_ddq0wTBllo3LE0,1585
13
- netbox_dns/api/serializers_/dnssec_policy.py,sha256=FCsmeJrBGaS3GC7_io3uJLZ2RYuoLvdfRkzSSy6gO6U,3917
14
- netbox_dns/api/serializers_/nameserver.py,sha256=DMkUaLNDt3UtpAD6JDHfo1NMngHWRqHh2-xQeOPlfFM,1171
12
+ netbox_dns/api/serializers_/dnssec_key_template.py,sha256=ppLrtT7CQq0Z7477CV3-M7tyhe-oJ5wH6YaAJ-rN4uI,1598
13
+ netbox_dns/api/serializers_/dnssec_policy.py,sha256=wNVm2Kv5M7yku9_z-7MpeVejNJADIsh6U6np7FNPkFA,3930
14
+ netbox_dns/api/serializers_/nameserver.py,sha256=a0oQqQlExDVOv1L90conL_-Ro8Kx5cqDjnhEjNpznN4,1184
15
15
  netbox_dns/api/serializers_/prefix.py,sha256=kZ1DjDly6VFZamXSxGa57YC6MfZZcI5S7jmGBkVB2_I,551
16
16
  netbox_dns/api/serializers_/record.py,sha256=U3N92qHITIUAN6vXn1cSusstGKlwsWJiqOU1uaSUU9I,2515
17
17
  netbox_dns/api/serializers_/record_template.py,sha256=tvfSlG31X4qn-FjgJespyfkGnb4874EjUjbCFl_z6Ng,1626
@@ -173,8 +173,8 @@ netbox_dns/views/registration_contact.py,sha256=c9KrNkfFNsb55pL74A5rN1CNx32M82V6
173
173
  netbox_dns/views/view.py,sha256=VfrKaLC9D_KNZNmRyFVohRlmMlMbtblAuPgNg0LNyf8,3421
174
174
  netbox_dns/views/zone.py,sha256=DU_esPOMHGMRQIgy5vS8miZe-FNozBcIyMLZPwZK4_c,7453
175
175
  netbox_dns/views/zone_template.py,sha256=IIW1lr6RQmhShtqJu6A6LnHdxdBrkkZQHxIDSTqQeyc,2705
176
- netbox_plugin_dns-1.2.10.dist-info/licenses/LICENSE,sha256=I3tDu11bZfhFm3EkV4zOD5TmWgLjnUNLEFwrdjniZYs,1112
177
- netbox_plugin_dns-1.2.10.dist-info/METADATA,sha256=4N4_t42C4RkxxCvd9rm2ZzbuYuH8v01OnWIT-WQJM4k,7659
178
- netbox_plugin_dns-1.2.10.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
179
- netbox_plugin_dns-1.2.10.dist-info/top_level.txt,sha256=sA1Rwl1mRKvMC6XHe2ylZ1GF-Q1NGd08XedK9Y4xZc4,11
180
- netbox_plugin_dns-1.2.10.dist-info/RECORD,,
176
+ netbox_plugin_dns-1.2.11.dist-info/licenses/LICENSE,sha256=I3tDu11bZfhFm3EkV4zOD5TmWgLjnUNLEFwrdjniZYs,1112
177
+ netbox_plugin_dns-1.2.11.dist-info/METADATA,sha256=f5dwyaXsyAwarK5_ELsBgX9CMlxQ9mXxoulyzHeGVAU,7659
178
+ netbox_plugin_dns-1.2.11.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
179
+ netbox_plugin_dns-1.2.11.dist-info/top_level.txt,sha256=sA1Rwl1mRKvMC6XHe2ylZ1GF-Q1NGd08XedK9Y4xZc4,11
180
+ netbox_plugin_dns-1.2.11.dist-info/RECORD,,