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
ARN
coin
Commits
cb6a342c
Commit
cb6a342c
authored
Jan 20, 2015
by
Fabs
Browse files
Merge migrations with master
parent
4998a92f
Changes
1
Hide whitespace changes
Inline
Side-by-side
coin/members/migrations/0014_merge.py
0 → 100644
View file @
cb6a342c
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
models
,
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'members'
,
'0011_member_comments'
),
(
'members'
,
'0013_auto_20141103_2353'
),
]
operations
=
[
]
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