netbox-plugin-dns 1.2.5__tar.gz → 1.2.6__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.5/netbox_plugin_dns.egg-info → netbox_plugin_dns-1.2.6}/PKG-INFO +1 -1
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/__init__.py +1 -1
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/fields/__init__.py +1 -0
- netbox_plugin_dns-1.2.6/netbox_dns/fields/timeperiod.py +31 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/forms/record.py +12 -6
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/forms/record_template.py +9 -3
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/forms/zone.py +22 -22
- netbox_plugin_dns-1.2.6/netbox_dns/locale/fr/LC_MESSAGES/django.mo +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6/netbox_plugin_dns.egg-info}/PKG-INFO +1 -1
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_plugin_dns.egg-info/SOURCES.txt +2 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/pyproject.toml +1 -1
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/LICENSE +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/README.md +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/nested_serializers.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/serializers.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/serializers_/__init__.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/serializers_/nameserver.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/serializers_/prefix.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/serializers_/record.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/serializers_/record_template.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/serializers_/registrar.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/serializers_/registration_contact.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/serializers_/view.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/serializers_/zone.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/serializers_/zone_template.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/urls.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/views.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/apps.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/choices/__init__.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/choices/record.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/choices/zone.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/fields/address.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/fields/ipam.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/fields/network.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/fields/rfc2317.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/filtersets/__init__.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/filtersets/nameserver.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/filtersets/record.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/filtersets/record_template.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/filtersets/registrar.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/filtersets/registration_contact.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/filtersets/view.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/filtersets/zone.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/filtersets/zone_template.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/forms/__init__.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/forms/nameserver.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/forms/registrar.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/forms/registration_contact.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/forms/view.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/forms/zone_template.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/graphql/__init__.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/graphql/filters.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/graphql/schema.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/graphql/types.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/locale/de/LC_MESSAGES/django.mo +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/locale/en/LC_MESSAGES/django.mo +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/management/commands/cleanup_database.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/management/commands/cleanup_rrset_ttl.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/management/commands/rebuild_dnssync.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/management/commands/setup_dnssync.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/management/commands/update_soa.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0001_squashed_netbox_dns_0_15.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0001_squashed_netbox_dns_0_22.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0002_contact_description_registrar_description.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0003_default_view.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0004_create_and_assign_default_view.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0005_alter_zone_view_not_null.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0006_templating.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0007_alter_ordering_options.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0008_view_prefixes.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0009_rename_contact_registrationcontact.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0010_view_ip_address_filter.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0011_rename_related_fields.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0012_natural_ordering.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0013_zonetemplate_soa_mname_zonetemplate_soa_rname.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0014_alter_unique_constraints_lowercase.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0020_netbox_3_4.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0021_record_ip_address.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0022_search.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0023_alter_record_value.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0024_tenancy.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0025_ipam_coupling_cf.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0026_domain_registration.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0027_alter_registrar_iana_id.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0028_rfc2317_fields.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0029_record_fqdn.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/__init__.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/mixins/__init__.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/mixins/object_modification.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/models/__init__.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/models/nameserver.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/models/record.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/models/record_template.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/models/registrar.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/models/registration_contact.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/models/view.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/models/zone.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/models/zone_template.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/navigation.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/signals/__init__.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/signals/ipam_dnssync.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/tables/__init__.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/tables/ipam_dnssync.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/tables/nameserver.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/tables/record.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/tables/record_template.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/tables/registrar.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/tables/registration_contact.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/tables/view.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/tables/zone.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/tables/zone_template.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/template_content.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/nameserver.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/record/managed.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/record/related.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/record.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/recordtemplate.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/registrar.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/registrationcontact.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/view/button.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/view/prefix.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/view/related.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/view.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/zone/base.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/zone/child.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/zone/child_zone.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/zone/delegation_record.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/zone/managed_record.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/zone/record.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/zone/registration.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/zone/rfc2317_child_zone.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/zone.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/zonetemplate.html +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templatetags/__init__.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templatetags/netbox_dns.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/urls.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/utilities/__init__.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/utilities/conversions.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/utilities/dns.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/utilities/ipam_dnssync.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/validators/__init__.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/validators/dns_name.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/validators/dns_value.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/validators/rfc2317.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/views/__init__.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/views/nameserver.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/views/record.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/views/record_template.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/views/registrar.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/views/registration_contact.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/views/view.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/views/zone.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/views/zone_template.py +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_plugin_dns.egg-info/dependency_links.txt +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_plugin_dns.egg-info/requires.txt +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_plugin_dns.egg-info/top_level.txt +0 -0
- {netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/setup.cfg +0 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
from django.forms import Field
|
|
2
|
+
from django.utils.dateparse import parse_duration
|
|
3
|
+
from django.core.exceptions import ValidationError
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
__all__ = ("TimePeriodField",)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class TimePeriodField(Field):
|
|
10
|
+
def to_python(self, value):
|
|
11
|
+
if not value:
|
|
12
|
+
return None
|
|
13
|
+
|
|
14
|
+
try:
|
|
15
|
+
return int(value)
|
|
16
|
+
except ValueError:
|
|
17
|
+
try:
|
|
18
|
+
duration = parse_duration(value)
|
|
19
|
+
if duration is None:
|
|
20
|
+
raise TypeError
|
|
21
|
+
return int(duration.total_seconds())
|
|
22
|
+
except TypeError:
|
|
23
|
+
raise ValidationError(
|
|
24
|
+
"Enter a valid integer or ISO 8601 duration (W, M and Y are not supported)"
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
def validate(self, value):
|
|
28
|
+
super().validate(value)
|
|
29
|
+
|
|
30
|
+
if value is not None and value < 0:
|
|
31
|
+
raise ValidationError("A time period cannot be negative.")
|
|
@@ -23,6 +23,7 @@ from tenancy.forms import TenancyForm, TenancyFilterForm
|
|
|
23
23
|
from netbox_dns.models import View, Zone, Record
|
|
24
24
|
from netbox_dns.choices import RecordSelectableTypeChoices, RecordStatusChoices
|
|
25
25
|
from netbox_dns.utilities import name_to_unicode
|
|
26
|
+
from netbox_dns.fields import TimePeriodField
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
__all__ = (
|
|
@@ -67,7 +68,7 @@ class RecordForm(TenancyForm, NetBoxModelForm):
|
|
|
67
68
|
required=False,
|
|
68
69
|
label=_("Disable PTR"),
|
|
69
70
|
)
|
|
70
|
-
ttl =
|
|
71
|
+
ttl = TimePeriodField(
|
|
71
72
|
required=False,
|
|
72
73
|
label=_("TTL"),
|
|
73
74
|
)
|
|
@@ -112,16 +113,17 @@ class RecordFilterForm(TenancyFilterForm, NetBoxModelFilterSetForm):
|
|
|
112
113
|
fieldsets = (
|
|
113
114
|
FieldSet("q", "filter_id", "tag"),
|
|
114
115
|
FieldSet(
|
|
116
|
+
"name",
|
|
115
117
|
"view_id",
|
|
116
118
|
"zone_id",
|
|
117
|
-
"name",
|
|
118
119
|
"fqdn",
|
|
119
120
|
"type",
|
|
120
121
|
"value",
|
|
121
|
-
"disable_ptr",
|
|
122
122
|
"status",
|
|
123
|
-
"
|
|
123
|
+
"ttl",
|
|
124
|
+
"disable_ptr",
|
|
124
125
|
"description",
|
|
126
|
+
"active",
|
|
125
127
|
name=_("Attributes"),
|
|
126
128
|
),
|
|
127
129
|
FieldSet("tenant_group_id", "tenant_id", name=_("Tenancy")),
|
|
@@ -154,6 +156,10 @@ class RecordFilterForm(TenancyFilterForm, NetBoxModelFilterSetForm):
|
|
|
154
156
|
required=False,
|
|
155
157
|
label=_("Status"),
|
|
156
158
|
)
|
|
159
|
+
ttl = TimePeriodField(
|
|
160
|
+
required=False,
|
|
161
|
+
label=_("TTL"),
|
|
162
|
+
)
|
|
157
163
|
view_id = DynamicModelMultipleChoiceField(
|
|
158
164
|
queryset=View.objects.all(),
|
|
159
165
|
required=False,
|
|
@@ -224,7 +230,7 @@ class RecordImportForm(NetBoxModelImportForm):
|
|
|
224
230
|
required=False,
|
|
225
231
|
label=_("Status"),
|
|
226
232
|
)
|
|
227
|
-
ttl =
|
|
233
|
+
ttl = TimePeriodField(
|
|
228
234
|
required=False,
|
|
229
235
|
label=_("TTL"),
|
|
230
236
|
)
|
|
@@ -286,7 +292,7 @@ class RecordBulkEditForm(NetBoxModelBulkEditForm):
|
|
|
286
292
|
required=False,
|
|
287
293
|
label=_("Status"),
|
|
288
294
|
)
|
|
289
|
-
ttl =
|
|
295
|
+
ttl = TimePeriodField(
|
|
290
296
|
required=False,
|
|
291
297
|
label=_("TTL"),
|
|
292
298
|
)
|
|
@@ -23,6 +23,7 @@ from tenancy.forms import TenancyForm, TenancyFilterForm
|
|
|
23
23
|
from netbox_dns.models import RecordTemplate, ZoneTemplate
|
|
24
24
|
from netbox_dns.choices import RecordSelectableTypeChoices, RecordStatusChoices
|
|
25
25
|
from netbox_dns.utilities import name_to_unicode
|
|
26
|
+
from netbox_dns.fields import TimePeriodField
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
__all__ = (
|
|
@@ -50,7 +51,7 @@ class RecordTemplateForm(TenancyForm, NetBoxModelForm):
|
|
|
50
51
|
required=False,
|
|
51
52
|
label=_("Disable PTR"),
|
|
52
53
|
)
|
|
53
|
-
ttl =
|
|
54
|
+
ttl = TimePeriodField(
|
|
54
55
|
required=False,
|
|
55
56
|
label=_("TTL"),
|
|
56
57
|
)
|
|
@@ -99,6 +100,7 @@ class RecordTemplateFilterForm(TenancyFilterForm, NetBoxModelFilterSetForm):
|
|
|
99
100
|
"type",
|
|
100
101
|
"value",
|
|
101
102
|
"status",
|
|
103
|
+
"ttl",
|
|
102
104
|
"disable_ptr",
|
|
103
105
|
"description",
|
|
104
106
|
name=_("Attributes"),
|
|
@@ -129,6 +131,10 @@ class RecordTemplateFilterForm(TenancyFilterForm, NetBoxModelFilterSetForm):
|
|
|
129
131
|
required=False,
|
|
130
132
|
label=_("Status"),
|
|
131
133
|
)
|
|
134
|
+
ttl = TimePeriodField(
|
|
135
|
+
required=False,
|
|
136
|
+
label=_("TTL"),
|
|
137
|
+
)
|
|
132
138
|
disable_ptr = forms.NullBooleanField(
|
|
133
139
|
required=False,
|
|
134
140
|
label=_("Disable PTR"),
|
|
@@ -156,7 +162,7 @@ class RecordTemplateImportForm(NetBoxModelImportForm):
|
|
|
156
162
|
required=False,
|
|
157
163
|
label=_("Status"),
|
|
158
164
|
)
|
|
159
|
-
ttl =
|
|
165
|
+
ttl = TimePeriodField(
|
|
160
166
|
required=False,
|
|
161
167
|
label=_("TTL"),
|
|
162
168
|
)
|
|
@@ -209,7 +215,7 @@ class RecordTemplateBulkEditForm(NetBoxModelBulkEditForm):
|
|
|
209
215
|
required=False,
|
|
210
216
|
label=_("Status"),
|
|
211
217
|
)
|
|
212
|
-
ttl =
|
|
218
|
+
ttl = TimePeriodField(
|
|
213
219
|
required=False,
|
|
214
220
|
label=_("TTL"),
|
|
215
221
|
)
|
|
@@ -39,7 +39,7 @@ from netbox_dns.models import (
|
|
|
39
39
|
)
|
|
40
40
|
from netbox_dns.choices import ZoneStatusChoices
|
|
41
41
|
from netbox_dns.utilities import name_to_unicode, network_to_reverse
|
|
42
|
-
from netbox_dns.fields import RFC2317NetworkFormField
|
|
42
|
+
from netbox_dns.fields import RFC2317NetworkFormField, TimePeriodField
|
|
43
43
|
from netbox_dns.validators import validate_ipv4, validate_prefix, validate_rfc2317
|
|
44
44
|
|
|
45
45
|
|
|
@@ -171,7 +171,7 @@ class ZoneForm(ZoneTemplateUpdateMixin, TenancyForm, NetBoxModelForm):
|
|
|
171
171
|
label=_("Nameservers"),
|
|
172
172
|
quick_add=QUICK_ADD,
|
|
173
173
|
)
|
|
174
|
-
default_ttl =
|
|
174
|
+
default_ttl = TimePeriodField(
|
|
175
175
|
required=False,
|
|
176
176
|
help_text=_("Default TTL for new records in this zone"),
|
|
177
177
|
validators=[MinValueValidator(1)],
|
|
@@ -181,7 +181,7 @@ class ZoneForm(ZoneTemplateUpdateMixin, TenancyForm, NetBoxModelForm):
|
|
|
181
181
|
required=False,
|
|
182
182
|
label=_("Description"),
|
|
183
183
|
)
|
|
184
|
-
soa_ttl =
|
|
184
|
+
soa_ttl = TimePeriodField(
|
|
185
185
|
required=True,
|
|
186
186
|
help_text=_("TTL for the SOA record of the zone"),
|
|
187
187
|
validators=[MinValueValidator(1)],
|
|
@@ -199,25 +199,25 @@ class ZoneForm(ZoneTemplateUpdateMixin, TenancyForm, NetBoxModelForm):
|
|
|
199
199
|
help_text=_("Mailbox of the zone's administrator"),
|
|
200
200
|
label=_("SOA RName"),
|
|
201
201
|
)
|
|
202
|
-
soa_refresh =
|
|
202
|
+
soa_refresh = TimePeriodField(
|
|
203
203
|
required=True,
|
|
204
204
|
help_text=_("Refresh interval for secondary nameservers"),
|
|
205
205
|
validators=[MinValueValidator(1)],
|
|
206
206
|
label=_("SOA Refresh"),
|
|
207
207
|
)
|
|
208
|
-
soa_retry =
|
|
208
|
+
soa_retry = TimePeriodField(
|
|
209
209
|
required=True,
|
|
210
210
|
help_text=_("Retry interval for secondary nameservers"),
|
|
211
211
|
validators=[MinValueValidator(1)],
|
|
212
212
|
label=_("SOA Retry"),
|
|
213
213
|
)
|
|
214
|
-
soa_expire =
|
|
214
|
+
soa_expire = TimePeriodField(
|
|
215
215
|
required=True,
|
|
216
216
|
validators=[MinValueValidator(1)],
|
|
217
217
|
help_text=_("Expire time after which the zone is considered unavailable"),
|
|
218
218
|
label=_("SOA Expire"),
|
|
219
219
|
)
|
|
220
|
-
soa_minimum =
|
|
220
|
+
soa_minimum = TimePeriodField(
|
|
221
221
|
required=True,
|
|
222
222
|
help_text=_("Minimum TTL for negative results, e.g. NXRRSET, NXDOMAIN"),
|
|
223
223
|
validators=[MinValueValidator(1)],
|
|
@@ -243,7 +243,7 @@ class ZoneForm(ZoneTemplateUpdateMixin, TenancyForm, NetBoxModelForm):
|
|
|
243
243
|
rfc2317_parent_managed = forms.BooleanField(
|
|
244
244
|
required=False,
|
|
245
245
|
help_text=_(
|
|
246
|
-
"IPv4 reverse zone for
|
|
246
|
+
"IPv4 reverse zone for delegating the RFC2317 PTR records is managed in NetBox DNS"
|
|
247
247
|
),
|
|
248
248
|
label=_("RFC2317 Parent Managed"),
|
|
249
249
|
)
|
|
@@ -530,11 +530,11 @@ class ZoneImportForm(ZoneTemplateUpdateMixin, NetBoxModelImportForm):
|
|
|
530
530
|
required=False,
|
|
531
531
|
label=_("Nameservers"),
|
|
532
532
|
)
|
|
533
|
-
default_ttl =
|
|
533
|
+
default_ttl = TimePeriodField(
|
|
534
534
|
required=False,
|
|
535
535
|
label=_("Default TTL"),
|
|
536
536
|
)
|
|
537
|
-
soa_ttl =
|
|
537
|
+
soa_ttl = TimePeriodField(
|
|
538
538
|
required=False,
|
|
539
539
|
help_text=_("TTL for the SOA record of the zone"),
|
|
540
540
|
label=_("SOA TTL"),
|
|
@@ -562,22 +562,22 @@ class ZoneImportForm(ZoneTemplateUpdateMixin, NetBoxModelImportForm):
|
|
|
562
562
|
required=False,
|
|
563
563
|
label=_("SOA Serial"),
|
|
564
564
|
)
|
|
565
|
-
soa_refresh =
|
|
565
|
+
soa_refresh = TimePeriodField(
|
|
566
566
|
required=False,
|
|
567
567
|
help_text=_("Refresh interval for secondary nameservers"),
|
|
568
568
|
label=_("SOA Refresh"),
|
|
569
569
|
)
|
|
570
|
-
soa_retry =
|
|
570
|
+
soa_retry = TimePeriodField(
|
|
571
571
|
required=False,
|
|
572
572
|
help_text=_("Retry interval for secondary nameservers"),
|
|
573
573
|
label=_("SOA Retry"),
|
|
574
574
|
)
|
|
575
|
-
soa_expire =
|
|
575
|
+
soa_expire = TimePeriodField(
|
|
576
576
|
required=False,
|
|
577
577
|
help_text=_("Expire time after which the zone is considered unavailable"),
|
|
578
578
|
label=_("SOA Expire"),
|
|
579
579
|
)
|
|
580
|
-
soa_minimum =
|
|
580
|
+
soa_minimum = TimePeriodField(
|
|
581
581
|
required=False,
|
|
582
582
|
help_text=_("Minimum TTL for negative results, e.g. NXRRSET, NXDOMAIN"),
|
|
583
583
|
label=_("SOA Minimum TTL"),
|
|
@@ -590,7 +590,7 @@ class ZoneImportForm(ZoneTemplateUpdateMixin, NetBoxModelImportForm):
|
|
|
590
590
|
rfc2317_parent_managed = forms.BooleanField(
|
|
591
591
|
required=False,
|
|
592
592
|
help_text=_(
|
|
593
|
-
"IPv4 reverse zone for
|
|
593
|
+
"IPv4 reverse zone for delegating the RFC2317 PTR records is managed in NetBox DNS"
|
|
594
594
|
),
|
|
595
595
|
label=_("RFC2317 Parent Managed"),
|
|
596
596
|
)
|
|
@@ -726,7 +726,7 @@ class ZoneBulkEditForm(NetBoxModelBulkEditForm):
|
|
|
726
726
|
required=False,
|
|
727
727
|
label=_("Nameservers"),
|
|
728
728
|
)
|
|
729
|
-
default_ttl =
|
|
729
|
+
default_ttl = TimePeriodField(
|
|
730
730
|
required=False,
|
|
731
731
|
validators=[MinValueValidator(1)],
|
|
732
732
|
label=_("Default TTL"),
|
|
@@ -736,7 +736,7 @@ class ZoneBulkEditForm(NetBoxModelBulkEditForm):
|
|
|
736
736
|
required=False,
|
|
737
737
|
label=_("Description"),
|
|
738
738
|
)
|
|
739
|
-
soa_ttl =
|
|
739
|
+
soa_ttl = TimePeriodField(
|
|
740
740
|
required=False,
|
|
741
741
|
validators=[MinValueValidator(1)],
|
|
742
742
|
label=_("SOA TTL"),
|
|
@@ -760,22 +760,22 @@ class ZoneBulkEditForm(NetBoxModelBulkEditForm):
|
|
|
760
760
|
validators=[MinValueValidator(1), MaxValueValidator(4294967295)],
|
|
761
761
|
label=_("SOA Serial"),
|
|
762
762
|
)
|
|
763
|
-
soa_refresh =
|
|
763
|
+
soa_refresh = TimePeriodField(
|
|
764
764
|
required=False,
|
|
765
765
|
validators=[MinValueValidator(1)],
|
|
766
766
|
label=_("SOA Refresh"),
|
|
767
767
|
)
|
|
768
|
-
soa_retry =
|
|
768
|
+
soa_retry = TimePeriodField(
|
|
769
769
|
required=False,
|
|
770
770
|
validators=[MinValueValidator(1)],
|
|
771
771
|
label=_("SOA Retry"),
|
|
772
772
|
)
|
|
773
|
-
soa_expire =
|
|
773
|
+
soa_expire = TimePeriodField(
|
|
774
774
|
required=False,
|
|
775
775
|
validators=[MinValueValidator(1)],
|
|
776
776
|
label=_("SOA Expire"),
|
|
777
777
|
)
|
|
778
|
-
soa_minimum =
|
|
778
|
+
soa_minimum = TimePeriodField(
|
|
779
779
|
required=False,
|
|
780
780
|
validators=[MinValueValidator(1)],
|
|
781
781
|
label=_("SOA Minimum TTL"),
|
|
@@ -790,7 +790,7 @@ class ZoneBulkEditForm(NetBoxModelBulkEditForm):
|
|
|
790
790
|
required=False,
|
|
791
791
|
widget=BulkEditNullBooleanSelect(),
|
|
792
792
|
help_text=_(
|
|
793
|
-
"IPv4 reverse zone for
|
|
793
|
+
"IPv4 reverse zone for delegating the RFC2317 PTR records is managed in NetBox DNS"
|
|
794
794
|
),
|
|
795
795
|
label=_("RFC2317 Parent Managed"),
|
|
796
796
|
)
|
|
Binary file
|
|
@@ -28,6 +28,7 @@ netbox_dns/fields/address.py
|
|
|
28
28
|
netbox_dns/fields/ipam.py
|
|
29
29
|
netbox_dns/fields/network.py
|
|
30
30
|
netbox_dns/fields/rfc2317.py
|
|
31
|
+
netbox_dns/fields/timeperiod.py
|
|
31
32
|
netbox_dns/filtersets/__init__.py
|
|
32
33
|
netbox_dns/filtersets/nameserver.py
|
|
33
34
|
netbox_dns/filtersets/record.py
|
|
@@ -52,6 +53,7 @@ netbox_dns/graphql/schema.py
|
|
|
52
53
|
netbox_dns/graphql/types.py
|
|
53
54
|
netbox_dns/locale/de/LC_MESSAGES/django.mo
|
|
54
55
|
netbox_dns/locale/en/LC_MESSAGES/django.mo
|
|
56
|
+
netbox_dns/locale/fr/LC_MESSAGES/django.mo
|
|
55
57
|
netbox_dns/management/commands/cleanup_database.py
|
|
56
58
|
netbox_dns/management/commands/cleanup_rrset_ttl.py
|
|
57
59
|
netbox_dns/management/commands/rebuild_dnssync.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/serializers_/nameserver.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/serializers_/record_template.py
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/api/serializers_/registrar.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/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
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/filtersets/record_template.py
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/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
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/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
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/locale/de/LC_MESSAGES/django.mo
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/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.5 → netbox_plugin_dns-1.2.6}/netbox_dns/management/commands/setup_dnssync.py
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/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.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0003_default_view.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0006_templating.py
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/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.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0012_natural_ordering.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0020_netbox_3_4.py
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0021_record_ip_address.py
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0023_alter_record_value.py
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0025_ipam_coupling_cf.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0028_rfc2317_fields.py
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/migrations/0029_record_fqdn.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/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.5 → netbox_plugin_dns-1.2.6}/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.5 → netbox_plugin_dns-1.2.6}/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.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/nameserver.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/record.html
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/registrar.html
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/view/button.html
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/view/prefix.html
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/view.html
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/zone/base.html
RENAMED
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/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.5 → netbox_plugin_dns-1.2.6}/netbox_dns/templates/netbox_dns/zone/record.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/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
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_dns/views/registration_contact.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_plugin_dns.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-1.2.5 → netbox_plugin_dns-1.2.6}/netbox_plugin_dns.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|