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
TAlone
memopol
Commits
b4c60a89
Commit
b4c60a89
authored
May 22, 2017
by
Okhin
Browse files
Some migrations were not made
parent
3a42ab4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/representatives_positions/migrations/0003_auto_20170522_1656.py
0 → 100644
View file @
b4c60a89
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'representatives_positions'
,
'0002_multi_rep_positions'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'position'
,
name
=
'kind'
,
field
=
models
.
CharField
(
default
=
b
'other'
,
max_length
=
64
,
choices
=
[(
b
'other'
,
b
'Other'
),
(
b
'blog'
,
b
'Blog post'
),
(
b
'social'
,
b
'Social network'
),
(
b
'press'
,
b
'Press interview'
),
(
b
'parliament'
,
b
'Parliament debate'
),
(
b
'amendment'
,
b
'Amendment'
)]),
),
]
src/representatives_votes/migrations/0002_auto_20170522_1656.py
0 → 100644
View file @
b4c60a89
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'representatives_votes'
,
'0001_initial'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'document'
,
name
=
'chamber'
,
field
=
models
.
ForeignKey
(
related_name
=
'documents'
,
to
=
'representatives.Chamber'
),
),
]
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