Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9343024
0002_authorized_null_comment.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
874 B
Subscribers
None
0002_authorized_null_comment.py
View Options
# Generated by Django 2.2.24 on 2022-03-21 15:42
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"swh_web_add_forge_now"
,
"0001_initial"
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
"request"
,
name
=
"forge_contact_comment"
,
field
=
models
.
TextField
(
help_text
=
"Where did you find this contact information (url, ...)"
,
null
=
True
,
),
),
migrations
.
AlterField
(
model_name
=
"requesthistory"
,
name
=
"actor_role"
,
field
=
models
.
TextField
(
choices
=
[
(
"MODERATOR"
,
"moderator"
),
(
"SUBMITTER"
,
"submitter"
),
(
"FORGE_ADMIN"
,
"forge admin"
),
]
),
),
]
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Fri, Jul 4, 1:12 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3307037
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment