Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90480303
0005_auto_20210312_0750.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, 01:17
Size
504 B
Mime Type
text/x-python
Expires
Mon, Nov 4, 01:17 (2 d)
Engine
blob
Format
Raw Data
Handle
22083474
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0005_auto_20210312_0750.py
View Options
# Generated by Django 3.1.4 on 2021-03-12 06:50
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0004_auto_20210312_0747'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'journal'
,
name
=
'issn'
,
),
migrations
.
AddField
(
model_name
=
'issn'
,
name
=
'journal'
,
field
=
models
.
ManyToManyField
(
to
=
'django_api.Journal'
),
),
]
Event Timeline
Log In to Comment