Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90343356
0004_auto_20210319_1254.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
Thu, Oct 31, 18:00
Size
551 B
Mime Type
text/x-python
Expires
Sat, Nov 2, 18:00 (2 d)
Engine
blob
Format
Raw Data
Handle
22056867
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0004_auto_20210319_1254.py
View Options
# Generated by Django 3.1.4 on 2021-03-19 11:54
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0003_auto_20210319_1240'
),
]
operations
=
[
migrations
.
RenameField
(
model_name
=
'publisher'
,
old_name
=
'startyear'
,
new_name
=
'starting_year'
,
),
migrations
.
AlterField
(
model_name
=
'journal'
,
name
=
'name'
,
field
=
models
.
CharField
(
max_length
=
800
,
null
=
True
),
),
]
Event Timeline
Log In to Comment