Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91162669
0074_auto_20210820_1040.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 8, 13:03
Size
1 KB
Mime Type
text/x-python
Expires
Sun, Nov 10, 13:03 (2 d)
Engine
blob
Format
Raw Data
Handle
22207439
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0074_auto_20210820_1040.py
View Options
# Generated by Django 3.1.13 on 2021-08-20 08:40
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0073_auto_20210813_1152'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'term'
,
name
=
'source'
,
),
migrations
.
AddField
(
model_name
=
'conditionset'
,
name
=
'source'
,
field
=
models
.
URLField
(
blank
=
True
,
max_length
=
600
,
null
=
True
),
),
migrations
.
AlterField
(
model_name
=
'licence'
,
name
=
'website'
,
field
=
models
.
URLField
(
blank
=
True
,
max_length
=
600
,
null
=
True
),
),
migrations
.
AlterField
(
model_name
=
'publisher'
,
name
=
'starting_year'
,
field
=
models
.
IntegerField
(
blank
=
True
,
null
=
True
),
),
migrations
.
AlterField
(
model_name
=
'term'
,
name
=
'comment'
,
field
=
models
.
CharField
(
blank
=
True
,
max_length
=
600
,
null
=
True
),
),
]
Event Timeline
Log In to Comment