Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91378102
0038_auto_20210428_0800.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 10, 12:42
Size
636 B
Mime Type
text/x-python
Expires
Tue, Nov 12, 12:42 (2 d)
Engine
blob
Format
Raw Data
Handle
22208180
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0038_auto_20210428_0800.py
View Options
# Generated by Django 3.1.4 on 2021-04-28 06:00
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0037_auto_20210423_1231'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'conditionset'
,
name
=
'condition_type'
,
),
migrations
.
AddField
(
model_name
=
'conditionset'
,
name
=
'condition_type'
,
field
=
models
.
ForeignKey
(
blank
=
True
,
null
=
True
,
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
'django_api.conditiontype'
),
),
]
Event Timeline
Log In to Comment