Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90542256
0018_auto_20210224_0959.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 2, 14:52
Size
511 B
Mime Type
text/x-python
Expires
Mon, Nov 4, 14:52 (2 d)
Engine
blob
Format
Raw Data
Handle
22095012
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0018_auto_20210224_0959.py
View Options
# Generated by Django 3.1.4 on 2021-02-24 08:59
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0017_condition_starting_year'
),
]
operations
=
[
migrations
.
AlterModelOptions
(
name
=
'condition'
,
options
=
{
'ordering'
:
(
'validity'
,)},
),
migrations
.
RenameField
(
model_name
=
'condition'
,
old_name
=
'starting_year'
,
new_name
=
'validity'
,
),
]
Event Timeline
Log In to Comment