Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91186894
0029_auto_20210422_1052.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 8, 18:58
Size
868 B
Mime Type
text/x-python
Expires
Sun, Nov 10, 18:58 (2 d)
Engine
blob
Format
Raw Data
Handle
22215326
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0029_auto_20210422_1052.py
View Options
# Generated by Django 3.1.4 on 2021-04-22 08:52
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0028_auto_20210422_0822'
),
]
operations
=
[
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