Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9341866
0005_auto_20171019_1436.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
909 B
Subscribers
None
0005_auto_20171019_1436.py
View Options
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2017-10-19 14:36
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"deposit"
,
"0004_delete_temporaryarchive"
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
"deposit"
,
name
=
"status"
,
field
=
models
.
TextField
(
choices
=
[
(
"partial"
,
"partial"
),
(
"expired"
,
"expired"
),
(
"ready-for-checks"
,
"ready-for-checks"
),
(
"ready"
,
"ready"
),
(
"rejected"
,
"rejected"
),
(
"injecting"
,
"injecting"
),
(
"success"
,
"success"
),
(
"failure"
,
"failure"
),
],
default
=
"partial"
,
),
),
]
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Fri, Jul 4, 12:20 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3239316
Attached To
rDDEP Push deposit
Event Timeline
Log In to Comment