Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91014807
0034_auto_20210423_0747.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
Wed, Nov 6, 22:57
Size
2 KB
Mime Type
text/x-python
Expires
Fri, Nov 8, 22:57 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22179849
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0034_auto_20210423_0747.py
View Options
# Generated by Django 3.1.4 on 2021-04-23 05:47
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0033_auto_20210422_1352'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'conditionterm'
,
name
=
'condition_set'
,
),
migrations
.
RemoveField
(
model_name
=
'conditionterm'
,
name
=
'term'
,
),
migrations
.
DeleteModel
(
name
=
'Funder'
,
),
migrations
.
AlterModelOptions
(
name
=
'organizationcondition'
,
options
=
{
'ordering'
:
(
'-valid_from'
,)},
),
migrations
.
RemoveField
(
model_name
=
'journalcondition'
,
name
=
'condition_set'
,
),
migrations
.
RemoveField
(
model_name
=
'organizationcondition'
,
name
=
'condition_set'
,
),
migrations
.
RemoveField
(
model_name
=
'term'
,
name
=
'agreements'
,
),
migrations
.
RemoveField
(
model_name
=
'term'
,
name
=
'journals'
,
),
migrations
.
RemoveField
(
model_name
=
'term'
,
name
=
'publishers'
,
),
migrations
.
AddField
(
model_name
=
'conditionset'
,
name
=
'comment'
,
field
=
models
.
CharField
(
default
=
':-)'
,
max_length
=
100
,
null
=
True
),
),
migrations
.
AddField
(
model_name
=
'conditionset'
,
name
=
'journal_condition'
,
field
=
models
.
ManyToManyField
(
to
=
'django_api.JournalCondition'
),
),
migrations
.
AddField
(
model_name
=
'conditionset'
,
name
=
'organization_condition'
,
field
=
models
.
ManyToManyField
(
to
=
'django_api.OrganizationCondition'
),
),
migrations
.
AddField
(
model_name
=
'conditionset'
,
name
=
'term'
,
field
=
models
.
ManyToManyField
(
to
=
'django_api.Term'
),
),
migrations
.
DeleteModel
(
name
=
'Agreement'
,
),
migrations
.
DeleteModel
(
name
=
'ConditionTerm'
,
),
]
Event Timeline
Log In to Comment