8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-17 11:43:08 +00:00

add prefix_v6_length serializer

This commit is contained in:
Charlie Jacomme 2018-08-07 09:24:21 +02:00
parent 49646ae34b
commit e86a0ff58b

View file

@ -864,7 +864,7 @@ class DNSReverseZonesSerializer(serializers.ModelSerializer):
model = machines.IpType
fields = ('type', 'extension', 'soa', 'ns_records', 'mx_records',
'txt_records', 'ptr_records', 'ptr_v6_records', 'cidrs',
'prefix_v6')
'prefix_v6', 'prefix_v6_length')
# MAILING