Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian New Member Process
nm.debian.org
Commits
ac3aa0c2
Commit
ac3aa0c2
authored
Aug 21, 2015
by
Enrico Zini
Browse files
Added missing migration
parent
74116212
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/migrations/0007_auto_20150821_0818.py
0 → 100644
View file @
ac3aa0c2
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
models
,
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'backend'
,
'0006_am_fd_comment'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'person'
,
name
=
'username'
,
field
=
models
.
CharField
(
help_text
=
'Debian SSO username'
,
unique
=
True
,
max_length
=
255
),
preserve_default
=
True
,
),
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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