Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9313082
0011_auto_20180115_1510.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
884 B
Subscribers
None
0011_auto_20180115_1510.py
View Options
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2018-01-15 15:10
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"deposit"
,
"0010_auto_20180110_0953"
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
"deposit"
,
name
=
"status"
,
field
=
models
.
TextField
(
choices
=
[
(
"partial"
,
"partial"
),
(
"expired"
,
"expired"
),
(
"deposited"
,
"deposited"
),
(
"verified"
,
"verified"
),
(
"rejected"
,
"rejected"
),
(
"loading"
,
"loading"
),
(
"done"
,
"done"
),
(
"failed"
,
"failed"
),
],
default
=
"partial"
,
),
),
]
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Thu, Jul 3, 11:23 AM (6 d, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3238737
Attached To
rDDEP Push deposit
Event Timeline
Log In to Comment