Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90829635
0028_auto_20210422_0822.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
Tue, Nov 5, 03:54
Size
866 B
Mime Type
text/x-python
Expires
Thu, Nov 7, 03:54 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22140609
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0028_auto_20210422_0822.py
View Options
# Generated by Django 3.1.4 on 2021-04-22 06:22
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0027_auto_20210422_0803'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'journalcondition'
,
name
=
'condition_term'
,
),
migrations
.
RemoveField
(
model_name
=
'organizationcondition'
,
name
=
'condition_term'
,
),
migrations
.
AddField
(
model_name
=
'journalcondition'
,
name
=
'condition_set'
,
field
=
models
.
ManyToManyField
(
to
=
'django_api.ConditionSet'
),
),
migrations
.
AddField
(
model_name
=
'organizationcondition'
,
name
=
'condition_set'
,
field
=
models
.
ManyToManyField
(
to
=
'django_api.ConditionSet'
),
),
]
Event Timeline
Log In to Comment