Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
Re2o
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levy--Falk Hugo
Re2o
Commits
efbd0a18
Commit
efbd0a18
authored
Aug 07, 2018
by
Gabriel Detraz
Committed by
root
Aug 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
L'ipv6 n'est pas unique au niveau bdd pour if serveurs multiples
parent
6ddf9d48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
0090_auto_20180805_1459.py
machines/migrations/0090_auto_20180805_1459.py
+20
-0
models.py
machines/models.py
+0
-1
No files found.
machines/migrations/0090_auto_20180805_1459.py
0 → 100644
View file @
efbd0a18
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2018-08-05 12:59
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'machines'
,
'0089_auto_20180805_1148'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'ipv6list'
,
name
=
'ipv6'
,
field
=
models
.
GenericIPAddressField
(
protocol
=
'IPv6'
),
),
]
machines/models.py
View file @
efbd0a18
...
...
@@ -1192,7 +1192,6 @@ class Ipv6List(RevMixin, AclMixin, FieldPermissionModelMixin, models.Model):
ipv6
=
models
.
GenericIPAddressField
(
protocol
=
'IPv6'
,
unique
=
True
)
interface
=
models
.
ForeignKey
(
'Interface'
,
...
...
Write
Preview
Markdown
is supported
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