Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91870804
0003_auto_20210104_1039.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 15, 08:07
Size
476 B
Mime Type
text/x-python
Expires
Sun, Nov 17, 08:07 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22339528
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0003_auto_20210104_1039.py
View Options
# Generated by Django 3.1.4 on 2021-01-04 10:39
import
django.core.validators
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0002_auto_20210104_1032'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'issn'
,
name
=
'name'
,
field
=
models
.
PositiveIntegerField
(
validators
=
[
django
.
core
.
validators
.
MaxValueValidator
(
99999999
)]),
),
]
Event Timeline
Log In to Comment