Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91868818
0026_auto_20210422_0751.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
Fri, Nov 15, 07:40
Size
986 B
Mime Type
text/x-python
Expires
Sun, Nov 17, 07:40 (2 d)
Engine
blob
Format
Raw Data
Handle
22338017
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0026_auto_20210422_0751.py
View Options
# Generated by Django 3.1.4 on 2021-04-22 05:51
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0025_auto_20210421_1524'
),
]
operations
=
[
migrations
.
RenameModel
(
old_name
=
'ConditionSet'
,
new_name
=
'ConditionTerm'
,
),
migrations
.
RemoveField
(
model_name
=
'journalcondition'
,
name
=
'condition_set'
,
),
migrations
.
RemoveField
(
model_name
=
'organizationcondition'
,
name
=
'condition_set'
,
),
migrations
.
AddField
(
model_name
=
'journalcondition'
,
name
=
'condition_term'
,
field
=
models
.
ManyToManyField
(
to
=
'django_api.ConditionTerm'
),
),
migrations
.
AddField
(
model_name
=
'organizationcondition'
,
name
=
'condition_term'
,
field
=
models
.
ManyToManyField
(
to
=
'django_api.ConditionTerm'
),
),
]
Event Timeline
Log In to Comment