Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91398121
0009_auto_20210104_1310.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, 17:39
Size
502 B
Mime Type
text/x-python
Expires
Tue, Nov 12, 17:39 (2 d)
Engine
blob
Format
Raw Data
Handle
22257302
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0009_auto_20210104_1310.py
View Options
# Generated by Django 3.1.4 on 2021-01-04 13:10
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0008_auto_20210104_1300'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'issn'
,
name
=
'journals'
,
),
migrations
.
AddField
(
model_name
=
'journal'
,
name
=
'issn'
,
field
=
models
.
ManyToManyField
(
to
=
'django_api.Issn'
),
),
]
Event Timeline
Log In to Comment