Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91389586
0008_auto_20210104_1300.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
Sun, Nov 10, 15:36
Size
614 B
Mime Type
text/x-python
Expires
Tue, Nov 12, 15:36 (2 d)
Engine
blob
Format
Raw Data
Handle
22254317
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0008_auto_20210104_1300.py
View Options
# Generated by Django 3.1.4 on 2021-01-04 13:00
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0007_auto_20210104_1225'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'issn'
,
name
=
'journal'
,
),
migrations
.
AddField
(
model_name
=
'issn'
,
name
=
'journals'
,
field
=
models
.
ForeignKey
(
null
=
True
,
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
related_name
=
'journals'
,
to
=
'django_api.journal'
),
),
]
Event Timeline
Log In to Comment