Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91138983
0078_auto_20220323_1720.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, 07:29
Size
579 B
Mime Type
text/x-python
Expires
Sun, Nov 10, 07:29 (2 d)
Engine
blob
Format
Raw Data
Handle
22199381
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0078_auto_20220323_1720.py
View Options
# Generated by Django 3.2.6 on 2022-03-23 16:20
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0077_auto_20211208_1209'
),
]
operations
=
[
migrations
.
AlterModelOptions
(
name
=
'conditionset'
,
options
=
{
'ordering'
:
(
'condition_type__pk'
,
'subtype__id'
,
'comment'
)},
),
migrations
.
AlterField
(
model_name
=
'term'
,
name
=
'comment'
,
field
=
models
.
CharField
(
blank
=
True
,
max_length
=
1000
,
null
=
True
),
),
]
Event Timeline
Log In to Comment