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
Re2o
re2o
Commits
d78c1336
Commit
d78c1336
authored
Dec 30, 2020
by
klafyvel
Committed by
Gabriel Detraz
Jan 24, 2021
Browse files
multi_op
parent
a73d23de
Changes
1
Hide whitespace changes
Inline
Side-by-side
multi_op/migrations/0001_squashed_0003_auto_20200904_1938.py
0 → 100644
View file @
d78c1336
# -*- coding: utf-8 -*-
# Generated by Django 1.11.29 on 2020-12-30 17:32
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
replaces
=
[(
'multi_op'
,
'0001_initial'
),
(
'multi_op'
,
'0002_auto_20200904_1905'
),
(
'multi_op'
,
'0003_auto_20200904_1938'
)]
initial
=
True
dependencies
=
[
(
'topologie'
,
'0002_foreign_keys'
),
]
operations
=
[
migrations
.
CreateModel
(
name
=
'MultiopOption'
,
fields
=
[
(
'id'
,
models
.
AutoField
(
auto_created
=
True
,
primary_key
=
True
,
serialize
=
False
,
verbose_name
=
'ID'
)),
(
'enabled_dorm'
,
models
.
ManyToManyField
(
blank
=
True
,
related_name
=
'enabled_dorm_multiop'
,
to
=
'topologie.Dormitory'
,
verbose_name
=
'enabled dorm'
)),
],
options
=
{
'verbose_name'
:
'dormitories preferences'
,
},
),
]
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