Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91004036
0032_auto_20210422_1333.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
Wed, Nov 6, 20:29
Size
636 B
Mime Type
text/x-python
Expires
Fri, Nov 8, 20:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22176827
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0032_auto_20210422_1333.py
View Options
# Generated by Django 3.1.4 on 2021-04-22 11:33
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0031_auto_20210422_1141'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'conditionset'
,
name
=
'condition_term'
,
),
migrations
.
AddField
(
model_name
=
'conditionset'
,
name
=
'condition_term'
,
field
=
models
.
ForeignKey
(
blank
=
True
,
null
=
True
,
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
'django_api.conditionterm'
),
),
]
Event Timeline
Log In to Comment