Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nounous
re2o
Commits
7887117b
Commit
7887117b
authored
Oct 22, 2017
by
Maël Kervella
Committed by
Mael Kervella
Oct 22, 2017
Browse files
Fix : Aligne le NS dans le fichier de zone
Pas le commit le plus utile mais quand même joli
parent
d76b079c
Changes
1
Hide whitespace changes
Inline
Side-by-side
machines/models.py
View file @
7887117b
...
...
@@ -376,7 +376,7 @@ class Ns(models.Model):
@
cached_property
def
dns_entry
(
self
):
"""Renvoie un enregistrement NS complet pour les filezones"""
return
"@ IN NS "
+
str
(
self
.
ns
)
return
"@
IN NS "
+
str
(
self
.
ns
)
def
__str__
(
self
):
return
str
(
self
.
zone
)
+
' '
+
str
(
self
.
ns
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment