Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.web
Commits
24fcf0ee
Commit
24fcf0ee
authored
May 13, 2020
by
Flavio TARSETTI
Browse files
[accounts][migrations] altered status to include REJECTION
Fixes
#550
parent
02fdc57c
Pipeline
#39853
passed with stage
in 14 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/web/accounts/migrations/0013_supervisee_rejection_temporary_url.py
0 → 100644
View file @
24fcf0ee
# -*- coding: utf-8 -*-
# Generated by Django 1.11.26 on 2020-05-13 18:48
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'accounts'
,
'0012_accounts_temporary_url'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'temporaryurl'
,
name
=
'status'
,
field
=
models
.
CharField
(
choices
=
[(
'V'
,
'Supervisor validates supervisee'
),
(
'Y'
,
'Self yearly revalidation from supervisee'
),
(
'R'
,
'Supervisor rejects supervisee revalidation'
)],
default
=
'V'
,
max_length
=
1
),
),
]
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