Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91007518
0041_auto_20210512_1445.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, 21:21
Size
1 KB
Mime Type
text/x-python
Expires
Fri, Nov 8, 21:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22178403
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0041_auto_20210512_1445.py
View Options
# Generated by Django 3.1.4 on 2021-05-12 12:45
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0040_auto_20210506_0925'
),
]
operations
=
[
migrations
.
AlterModelOptions
(
name
=
'journalcondition'
,
options
=
{},
),
migrations
.
AlterModelOptions
(
name
=
'organizationcondition'
,
options
=
{},
),
migrations
.
CreateModel
(
name
=
'MixCondition'
,
fields
=
[
(
'id'
,
models
.
AutoField
(
auto_created
=
True
,
primary_key
=
True
,
serialize
=
False
,
verbose_name
=
'ID'
)),
(
'valid_from'
,
models
.
DateField
(
blank
=
True
,
null
=
True
)),
(
'valid_until'
,
models
.
DateField
(
blank
=
True
,
null
=
True
)),
(
'condition_set'
,
models
.
ForeignKey
(
blank
=
True
,
null
=
True
,
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
'django_api.conditionset'
)),
(
'journal'
,
models
.
ForeignKey
(
blank
=
True
,
null
=
True
,
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
'django_api.journal'
)),
(
'organization'
,
models
.
ForeignKey
(
blank
=
True
,
null
=
True
,
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
'django_api.institution'
)),
],
),
]
Event Timeline
Log In to Comment