Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90442163
0060_auto_20210721_1435.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 1, 17:06
Size
467 B
Mime Type
text/x-python
Expires
Sun, Nov 3, 17:06 (2 d)
Engine
blob
Format
Raw Data
Handle
22062597
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0060_auto_20210721_1435.py
View Options
# Generated by Django 3.1.4 on 2021-07-21 12:35
from
decimal
import
Decimal
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0059_auto_20210721_1433'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'journal'
,
name
=
'qoam_av_score'
,
field
=
models
.
DecimalField
(
decimal_places
=
2
,
default
=
Decimal
(
'0'
),
max_digits
=
5
),
),
]
Event Timeline
Log In to Comment