Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9346848
0009_deposit_parent.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
610 B
Subscribers
None
0009_deposit_parent.py
View Options
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2017-12-04 12:49
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"deposit"
,
"0008_auto_20171130_1513"
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
"deposit"
,
name
=
"parent"
,
field
=
models
.
ForeignKey
(
null
=
True
,
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
"deposit.Deposit"
,
),
),
]
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Fri, Jul 4, 4:32 PM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3239074
Attached To
rDDEP Push deposit
Event Timeline
Log In to Comment