Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90525394
0024_auto_20210421_1451.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
Sat, Nov 2, 11:40
Size
904 B
Mime Type
text/x-python
Expires
Mon, Nov 4, 11:40 (2 d)
Engine
blob
Format
Raw Data
Handle
22092965
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0024_auto_20210421_1451.py
View Options
# Generated by Django 3.1.4 on 2021-04-21 12:51
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0023_auto_20210421_1447'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'journalcondition'
,
name
=
'valid_from'
,
field
=
models
.
DateField
(
blank
=
True
),
),
migrations
.
AlterField
(
model_name
=
'journalcondition'
,
name
=
'valid_until'
,
field
=
models
.
DateField
(
blank
=
True
),
),
migrations
.
AlterField
(
model_name
=
'organizationcondition'
,
name
=
'valid_from'
,
field
=
models
.
DateField
(
blank
=
True
),
),
migrations
.
AlterField
(
model_name
=
'organizationcondition'
,
name
=
'valid_until'
,
field
=
models
.
DateField
(
blank
=
True
),
),
]
Event Timeline
Log In to Comment