Re: [Django] #36587: Misleading sentence in documentation about upload handlers

7 views
Skip to first unread message

Django

unread,
Sep 1, 2025, 11:46:41 AMSep 1
to django-...@googlegroups.com
#36587: Misleading sentence in documentation about upload handlers
--------------------------------------+------------------------------------
Reporter: Baptiste Mispelon | Owner: (none)
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: 5.2
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 Natalia Bidart):

* type: Bug => Cleanup/optimization

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

Django

unread,
Sep 1, 2025, 5:44:29 PMSep 1
to django-...@googlegroups.com
#36587: Misleading sentence in documentation about upload handlers
-------------------------------------+-------------------------------------
Reporter: Baptiste Mispelon | Owner: Chaitanya
Type: | Keyal
Cleanup/optimization | Status: assigned
Component: Documentation | Version: 5.2
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 Chaitanya Keyal):

* owner: (none) => Chaitanya Keyal
* status: new => assigned

--
Ticket URL: <https://code.djangoproject.com/ticket/36587#comment:5>

Django

unread,
Sep 1, 2025, 6:33:07 PMSep 1
to django-...@googlegroups.com
#36587: Misleading sentence in documentation about upload handlers
-------------------------------------+-------------------------------------
Reporter: Baptiste Mispelon | Owner: Chaitanya
Type: | Keyal
Cleanup/optimization | Status: assigned
Component: Documentation | Version: 5.2
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 Chaitanya Keyal):

* has_patch: 0 => 1

Comment:

[https://github.com/django/django/pull/19806 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/36587#comment:6>

Django

unread,
Sep 25, 2025, 7:48:55 AM (6 days ago) Sep 25
to django-...@googlegroups.com
#36587: Misleading sentence in documentation about upload handlers
-------------------------------------+-------------------------------------
Reporter: Baptiste Mispelon | Owner: Chaitanya
Type: | Keyal
Cleanup/optimization | Status: assigned
Component: Documentation | Version: 5.2
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Sarah Boyce):

* stage: Accepted => Ready for checkin

--
Ticket URL: <https://code.djangoproject.com/ticket/36587#comment:7>

Django

unread,
Sep 29, 2025, 8:48:17 AM (2 days ago) Sep 29
to django-...@googlegroups.com
#36587: Misleading sentence in documentation about upload handlers
-------------------------------------+-------------------------------------
Reporter: Baptiste Mispelon | Owner: Chaitanya
Type: | Keyal
Cleanup/optimization | Status: closed
Component: Documentation | Version: 5.2
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Sarah Boyce <42296566+sarahboyce@…>):

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

Comment:

In [changeset:"afe6634146d0fe70498976c49d2eb4d745aa9064" afe6634]:
{{{#!CommitTicketReference repository=""
revision="afe6634146d0fe70498976c49d2eb4d745aa9064"
Fixed #36587 -- Clarified usage of `list.insert()` for upload handlers.

Thanks Baptiste Mispelon for the report

Co-authored-by: Natalia <124304+...@users.noreply.github.com>
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/36587#comment:8>

Django

unread,
Sep 29, 2025, 8:51:09 AM (2 days ago) Sep 29
to django-...@googlegroups.com
#36587: Misleading sentence in documentation about upload handlers
-------------------------------------+-------------------------------------
Reporter: Baptiste Mispelon | Owner: Chaitanya
Type: | Keyal
Cleanup/optimization | Status: closed
Component: Documentation | Version: 5.2
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Sarah Boyce <42296566+sarahboyce@…>):

In [changeset:"015150999d01ccf573b199f9d6c46729250c0dc4" 01515099]:
{{{#!CommitTicketReference repository=""
revision="015150999d01ccf573b199f9d6c46729250c0dc4"
[6.0.x] Fixed #36587 -- Clarified usage of `list.insert()` for upload
handlers.

Thanks Baptiste Mispelon for the report

Co-authored-by: Natalia <124304+...@users.noreply.github.com>

Backport of afe6634146d0fe70498976c49d2eb4d745aa9064 from main.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/36587#comment:9>

Django

unread,
Sep 29, 2025, 8:52:24 AM (2 days ago) Sep 29
to django-...@googlegroups.com
#36587: Misleading sentence in documentation about upload handlers
-------------------------------------+-------------------------------------
Reporter: Baptiste Mispelon | Owner: Chaitanya
Type: | Keyal
Cleanup/optimization | Status: closed
Component: Documentation | Version: 5.2
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Sarah Boyce <42296566+sarahboyce@…>):

In [changeset:"81625a141e1feaaea877fc18876fdd7b6394442c" 81625a1]:
{{{#!CommitTicketReference repository=""
revision="81625a141e1feaaea877fc18876fdd7b6394442c"
[5.2.x] Fixed #36587 -- Clarified usage of `list.insert()` for upload
handlers.

Thanks Baptiste Mispelon for the report

Co-authored-by: Natalia <124304+...@users.noreply.github.com>

Backport of afe6634146d0fe70498976c49d2eb4d745aa9064 from main.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/36587#comment:10>
Reply all
Reply to author
Forward
0 new messages