[Django] #33432: Missing comma in 'How to create CSV output'

8 views
Skip to first unread message

Django

unread,
Jan 11, 2022, 10:03:06 AM1/11/22
to django-...@googlegroups.com
#33432: Missing comma in 'How to create CSV output'
-----------------------------------------+------------------------
Reporter: Zeilentaucher | Owner: nobody
Type: Bug | Status: new
Component: Documentation | Version: 4.0
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 0 |
-----------------------------------------+------------------------
In the documentation, is a comma missing in the argument list

File: docs/howto/outputting-csv.txt

Is:

{{{
response = HttpResponse(
content_type='text/csv'
headers={'Content-Disposition': 'attachment;
filename="somefilename.csv"'},
)
}}}

should be:

{{{
response = HttpResponse(
content_type='text/csv',
headers={'Content-Disposition': 'attachment;
filename="somefilename.csv"'},
)
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/33432>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jan 11, 2022, 10:43:52 AM1/11/22
to django-...@googlegroups.com
#33432: Missing comma in 'How to create CSV output'
-------------------------------+------------------------------------

Reporter: Zeilentaucher | Owner: nobody
Type: Bug | Status: new
Component: Documentation | Version: 4.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted

Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+------------------------------------
Changes (by Mariusz Felisiak):

* stage: Unreviewed => Accepted


Comment:

Thanks for the report. Would you like to prepare a patch?

PS. For the future, no ticket is required for typos.

--
Ticket URL: <https://code.djangoproject.com/ticket/33432#comment:1>

Django

unread,
Jan 11, 2022, 5:01:59 PM1/11/22
to django-...@googlegroups.com
#33432: Missing comma in 'How to create CSV output'
-------------------------------+-----------------------------------------
Reporter: Zeilentaucher | Owner: Zeilentaucher
Type: Bug | Status: assigned
Component: Documentation | Version: dev

Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+-----------------------------------------
Changes (by Zeilentaucher):

* owner: nobody => Zeilentaucher
* status: new => assigned
* has_patch: 0 => 1
* version: 4.0 => dev


--
Ticket URL: <https://code.djangoproject.com/ticket/33432#comment:2>

Django

unread,
Jan 12, 2022, 1:37:10 AM1/12/22
to django-...@googlegroups.com
#33432: Missing comma in 'How to create CSV output'
-------------------------------+-----------------------------------------
Reporter: Zeilentaucher | Owner: Zeilentaucher
Type: Bug | Status: closed
Component: Documentation | Version: dev
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+-----------------------------------------
Changes (by GitHub <noreply@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:"658dc7045aaba548f908bb26a370eb89fb393bca" 658dc704]:
{{{
#!CommitTicketReference repository=""
revision="658dc7045aaba548f908bb26a370eb89fb393bca"
Fixed #33432 -- Fixed typo in docs/howto/outputting-csv.txt.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/33432#comment:3>

Django

unread,
Jan 12, 2022, 1:37:28 AM1/12/22
to django-...@googlegroups.com
#33432: Missing comma in 'How to create CSV output'
-------------------------------+-----------------------------------------
Reporter: Zeilentaucher | Owner: Zeilentaucher
Type: Bug | Status: closed
Component: Documentation | Version: dev
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+-----------------------------------------

Comment (by Mariusz Felisiak <felisiak.mariusz@…>):

In [changeset:"89d88414dc69d04499e14f3614d42fcb820976b9" 89d8841]:
{{{
#!CommitTicketReference repository=""
revision="89d88414dc69d04499e14f3614d42fcb820976b9"
[4.0.x] Fixed #33432 -- Fixed typo in docs/howto/outputting-csv.txt.

Backport of 658dc7045aaba548f908bb26a370eb89fb393bca from main
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/33432#comment:4>

Reply all
Reply to author
Forward
0 new messages