Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90731641
0053_auto_20210623_1341.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
Mon, Nov 4, 06:21
Size
950 B
Mime Type
text/x-python
Expires
Wed, Nov 6, 06:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22126196
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0053_auto_20210623_1341.py
View Options
# Generated by Django 3.1.4 on 2021-06-23 11:41
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0052_auto_20210623_1331'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'journal'
,
name
=
'name'
,
field
=
models
.
CharField
(
blank
=
True
,
max_length
=
800
,
null
=
True
),
),
migrations
.
AlterField
(
model_name
=
'journal'
,
name
=
'name_short_iso_4'
,
field
=
models
.
CharField
(
blank
=
True
,
max_length
=
300
,
null
=
True
),
),
migrations
.
AlterField
(
model_name
=
'journal'
,
name
=
'starting_year'
,
field
=
models
.
IntegerField
(
blank
=
True
,
null
=
True
),
),
migrations
.
AlterField
(
model_name
=
'journal'
,
name
=
'website'
,
field
=
models
.
URLField
(
blank
=
True
,
max_length
=
300
,
null
=
True
),
),
]
Event Timeline
Log In to Comment