Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91044146
0027_auto_20210422_0803.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
Thu, Nov 7, 06:25
Size
858 B
Mime Type
text/x-python
Expires
Sat, Nov 9, 06:25 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22182579
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0027_auto_20210422_0803.py
View Options
# Generated by Django 3.1.4 on 2021-04-22 06:03
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0026_auto_20210422_0751'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'conditionterm'
,
name
=
'condition_type'
,
),
migrations
.
CreateModel
(
name
=
'ConditionSet'
,
fields
=
[
(
'id'
,
models
.
AutoField
(
auto_created
=
True
,
primary_key
=
True
,
serialize
=
False
,
verbose_name
=
'ID'
)),
(
'condition_type'
,
models
.
ManyToManyField
(
to
=
'django_api.ConditionType'
)),
],
),
migrations
.
AddField
(
model_name
=
'conditionterm'
,
name
=
'condition_set'
,
field
=
models
.
ManyToManyField
(
to
=
'django_api.ConditionSet'
),
),
]
Event Timeline
Log In to Comment