Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91201091
0072_auto_20210811_1019.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, 22:22
Size
1 KB
Mime Type
text/x-python
Expires
Sun, Nov 10, 22:22 (2 d)
Engine
blob
Format
Raw Data
Handle
22216310
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0072_auto_20210811_1019.py
View Options
# Generated by Django 3.1.8 on 2021-08-11 08:19
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0071_journal_end_year'
),
]
operations
=
[
migrations
.
AlterModelOptions
(
name
=
'cost_factor'
,
options
=
{
'ordering'
:
(
'amount'
,)},
),
migrations
.
AlterModelOptions
(
name
=
'licence'
,
options
=
{
'ordering'
:
(
'name_or_abbrev'
,)},
),
migrations
.
RemoveField
(
model_name
=
'journal'
,
name
=
'issn'
,
),
migrations
.
AddField
(
model_name
=
'issn'
,
name
=
'journal'
,
field
=
models
.
ForeignKey
(
null
=
True
,
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
'django_api.journal'
),
),
migrations
.
AddField
(
model_name
=
'organization'
,
name
=
'ir_name'
,
field
=
models
.
CharField
(
max_length
=
40
,
null
=
True
,
verbose_name
=
'Institutional repository name'
),
),
migrations
.
AddField
(
model_name
=
'organization'
,
name
=
'ir_url'
,
field
=
models
.
URLField
(
max_length
=
100
,
null
=
True
,
verbose_name
=
'Institutional repository URL'
),
),
]
Event Timeline
Log In to Comment