netbox-plugin-dns 1.2.0__tar.gz → 1.2b1__tar.gz
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_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/PKG-INFO +2 -2
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/__init__.py +2 -3
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/filtersets/zone.py +14 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_plugin_dns.egg-info/PKG-INFO +2 -2
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/pyproject.toml +2 -2
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/LICENSE +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/README.md +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/nested_serializers.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers_/__init__.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers_/nameserver.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers_/prefix.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers_/record.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers_/record_template.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers_/registrar.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers_/registration_contact.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers_/view.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers_/zone.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers_/zone_template.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/urls.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/views.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/apps.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/choices/__init__.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/choices/record.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/choices/zone.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/fields/__init__.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/fields/address.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/fields/ipam.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/fields/network.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/fields/rfc2317.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/filtersets/__init__.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/filtersets/nameserver.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/filtersets/record.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/filtersets/record_template.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/filtersets/registrar.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/filtersets/registration_contact.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/filtersets/view.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/filtersets/zone_template.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/forms/__init__.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/forms/nameserver.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/forms/record.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/forms/record_template.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/forms/registrar.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/forms/registration_contact.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/forms/view.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/forms/zone.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/forms/zone_template.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/graphql/__init__.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/graphql/filters.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/graphql/schema.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/graphql/types.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/locale/de/LC_MESSAGES/django.mo +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/locale/en/LC_MESSAGES/django.mo +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/management/commands/cleanup_database.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/management/commands/cleanup_rrset_ttl.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/management/commands/rebuild_dnssync.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/management/commands/setup_dnssync.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/management/commands/update_soa.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0001_squashed_netbox_dns_0_15.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0001_squashed_netbox_dns_0_22.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0002_contact_description_registrar_description.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0003_default_view.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0004_create_and_assign_default_view.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0005_alter_zone_view_not_null.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0006_templating.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0007_alter_ordering_options.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0008_view_prefixes.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0009_rename_contact_registrationcontact.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0010_view_ip_address_filter.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0011_rename_related_fields.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0012_natural_ordering.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0020_netbox_3_4.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0021_record_ip_address.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0022_search.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0023_alter_record_value.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0024_tenancy.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0025_ipam_coupling_cf.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0026_domain_registration.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0027_alter_registrar_iana_id.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0028_rfc2317_fields.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0029_record_fqdn.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/__init__.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/mixins/__init__.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/mixins/object_modification.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/models/__init__.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/models/nameserver.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/models/record.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/models/record_template.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/models/registrar.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/models/registration_contact.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/models/view.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/models/zone.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/models/zone_template.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/navigation.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/signals/__init__.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/signals/ipam_dnssync.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/tables/__init__.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/tables/ipam_dnssync.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/tables/nameserver.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/tables/record.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/tables/record_template.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/tables/registrar.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/tables/registration_contact.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/tables/view.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/tables/zone.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/tables/zone_template.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/template_content.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/nameserver.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/record/managed.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/record/related.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/record.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/recordtemplate.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/registrar.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/registrationcontact.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/view/button.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/view/prefix.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/view/related.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/view.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/zone/base.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/zone/child.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/zone/child_zone.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/zone/delegation_record.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/zone/managed_record.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/zone/record.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/zone/registration.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/zone/rfc2317_child_zone.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/zone.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/zonetemplate.html +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/urls.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/utilities/__init__.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/utilities/conversions.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/utilities/dns.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/utilities/ipam_dnssync.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/validators/__init__.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/validators/dns_name.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/validators/dns_value.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/validators/rfc2317.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/views/__init__.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/views/nameserver.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/views/record.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/views/record_template.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/views/registrar.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/views/registration_contact.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/views/view.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/views/zone.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/views/zone_template.py +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_plugin_dns.egg-info/SOURCES.txt +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_plugin_dns.egg-info/dependency_links.txt +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_plugin_dns.egg-info/requires.txt +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_plugin_dns.egg-info/top_level.txt +0 -0
- {netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: netbox-plugin-dns
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2b1
|
|
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
|
|
@@ -8,7 +8,7 @@ Project-URL: Documentation, https://github.com/peteeckel/netbox-plugin-dns/blob/
|
|
|
8
8
|
Project-URL: Repository, https://github.com/peteeckel/netbox-plugin-dns
|
|
9
9
|
Project-URL: Issues, https://github.com/peteeckel/netbox-plugin-dns/issues
|
|
10
10
|
Keywords: netbox,netbox-plugin,dns
|
|
11
|
-
Classifier: Development Status ::
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
12
|
Requires-Python: >=3.10
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
@@ -7,7 +7,7 @@ from ipam.choices import IPAddressStatusChoices
|
|
|
7
7
|
|
|
8
8
|
from netbox_dns.choices import RecordTypeChoices, RecordStatusChoices, ZoneStatusChoices
|
|
9
9
|
|
|
10
|
-
__version__ = "1.
|
|
10
|
+
__version__ = "1.2b1"
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
def _check_list(setting):
|
|
@@ -49,9 +49,8 @@ class DNSConfig(PluginConfig):
|
|
|
49
49
|
"dnssync_minimum_zone_labels": 2,
|
|
50
50
|
"tolerate_characters_in_zone_labels": "",
|
|
51
51
|
"tolerate_underscores_in_labels": False,
|
|
52
|
+
"tolerate_underscores_in_hostnames": False, # Deprecated, will be removed in 1.2.0
|
|
52
53
|
"tolerate_leading_underscore_types": [
|
|
53
|
-
RecordTypeChoices.CNAME,
|
|
54
|
-
RecordTypeChoices.DNAME,
|
|
55
54
|
RecordTypeChoices.SRV,
|
|
56
55
|
RecordTypeChoices.TLSA,
|
|
57
56
|
RecordTypeChoices.TXT,
|
|
@@ -29,6 +29,20 @@ class ZoneFilterSet(TenancyFilterSet, NetBoxModelFilterSet):
|
|
|
29
29
|
to_field_name="name",
|
|
30
30
|
label=_("View"),
|
|
31
31
|
)
|
|
32
|
+
# DEPRECATED: Remove in 1.1
|
|
33
|
+
name_server_id = django_filters.ModelMultipleChoiceFilter(
|
|
34
|
+
queryset=NameServer.objects.all(),
|
|
35
|
+
field_name="nameservers",
|
|
36
|
+
to_field_name="id",
|
|
37
|
+
label=_("Nameserver IDs"),
|
|
38
|
+
)
|
|
39
|
+
# DEPRECATED: Remove in 1.1
|
|
40
|
+
name_server = django_filters.ModelMultipleChoiceFilter(
|
|
41
|
+
queryset=NameServer.objects.all(),
|
|
42
|
+
field_name="nameservers__name",
|
|
43
|
+
to_field_name="name",
|
|
44
|
+
label=_("Nameservers"),
|
|
45
|
+
)
|
|
32
46
|
nameserver_id = django_filters.ModelMultipleChoiceFilter(
|
|
33
47
|
queryset=NameServer.objects.all(),
|
|
34
48
|
field_name="nameservers",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: netbox-plugin-dns
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2b1
|
|
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
|
|
@@ -8,7 +8,7 @@ Project-URL: Documentation, https://github.com/peteeckel/netbox-plugin-dns/blob/
|
|
|
8
8
|
Project-URL: Repository, https://github.com/peteeckel/netbox-plugin-dns
|
|
9
9
|
Project-URL: Issues, https://github.com/peteeckel/netbox-plugin-dns/issues
|
|
10
10
|
Keywords: netbox,netbox-plugin,dns
|
|
11
|
-
Classifier: Development Status ::
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
12
|
Requires-Python: >=3.10
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "netbox-plugin-dns"
|
|
3
|
-
version = "1.
|
|
3
|
+
version = "1.2b1"
|
|
4
4
|
description = "NetBox DNS is a NetBox plugin for managing DNS data."
|
|
5
5
|
authors = [
|
|
6
6
|
{name="Peter Eckel", email="pete@netbox-dns.org"},
|
|
@@ -9,7 +9,7 @@ license = {file="LICENCE"}
|
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
keywords = ["netbox", "netbox-plugin", "dns"]
|
|
11
11
|
classifiers = [
|
|
12
|
-
"Development Status ::
|
|
12
|
+
"Development Status :: 4 - Beta"
|
|
13
13
|
]
|
|
14
14
|
dependencies = [
|
|
15
15
|
"dnspython",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers_/nameserver.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers_/record_template.py
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers_/registrar.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/api/serializers_/zone_template.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/filtersets/record_template.py
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/filtersets/registration_contact.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/forms/registration_contact.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/locale/de/LC_MESSAGES/django.mo
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/locale/en/LC_MESSAGES/django.mo
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/management/commands/setup_dnssync.py
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/management/commands/update_soa.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0003_default_view.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0006_templating.py
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0008_view_prefixes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0012_natural_ordering.py
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0020_netbox_3_4.py
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0021_record_ip_address.py
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0023_alter_record_value.py
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0025_ipam_coupling_cf.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0028_rfc2317_fields.py
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/migrations/0029_record_fqdn.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/mixins/object_modification.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/models/registration_contact.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/tables/registration_contact.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/nameserver.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/record.html
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/registrar.html
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/view/button.html
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/view/prefix.html
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/view.html
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/zone/base.html
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/zone/child.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/zone/record.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/templates/netbox_dns/zone.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_dns/views/registration_contact.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_plugin_dns.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.0 → netbox_plugin_dns-1.2b1}/netbox_plugin_dns.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|