Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91980520
0079_auto_20220628_0838.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 16, 08:36
Size
936 B
Mime Type
text/x-python
Expires
Mon, Nov 18, 08:36 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22358172
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0079_auto_20220628_0838.py
View Options
# Generated by Django 3.2.13 on 2022-06-28 06:38
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0078_auto_20220323_1720'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'publisher'
,
name
=
'city'
,
field
=
models
.
CharField
(
blank
=
True
,
max_length
=
100
,
null
=
True
),
),
migrations
.
AlterField
(
model_name
=
'publisher'
,
name
=
'oa_policies'
,
field
=
models
.
URLField
(
blank
=
True
,
max_length
=
1000
),
),
migrations
.
AlterField
(
model_name
=
'publisher'
,
name
=
'state'
,
field
=
models
.
CharField
(
blank
=
True
,
max_length
=
3
,
null
=
True
),
),
migrations
.
AlterField
(
model_name
=
'publisher'
,
name
=
'website'
,
field
=
models
.
URLField
(
blank
=
True
,
max_length
=
1000
),
),
]
Event Timeline
Log In to Comment