Re: [Django] #17235: Multipartparser shouldn't leave request.POST/request.FILES mutable

2024-04-25 Thread Django
#17235: Multipartparser shouldn't leave request.POST/request.FILES mutable
---+
 Reporter:  Florian Apolloner  |Owner:  bcail
 Type:  Bug|   Status:  assigned
Component:  HTTP handling  |  Version:  dev
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  1
Easy pickings:  0  |UI/UX:  0
---+
Changes (by Sarah Boyce):

 * needs_better_patch:  0 => 1

Comment:

 > Is that a good direction to go?

 I think it looks good to me as a direction, added some comments to the PR.
-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018f1448e66d-399b055c-44bf-47a4-b7f0-6c35297e02c6-00%40eu-central-1.amazonses.com.


Re: [Django] #17235: Multipartparser shouldn't leave request.POST/request.FILES mutable

2024-03-18 Thread Django
#17235: Multipartparser shouldn't leave request.POST/request.FILES mutable
---+
 Reporter:  Florian Apolloner  |Owner:  bcail
 Type:  Bug|   Status:  assigned
Component:  HTTP handling  |  Version:  dev
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+
Changes (by bcail):

 * cc: bcail (added)
 * needs_better_patch:  1 => 0
 * owner:  vinay karanam => bcail

Comment:

 I opened a [https://github.com/django/django/pull/17991 new PR], based on
 the previous one. I updated the code to make `MultiValueDict` able to be
 mutable or immutable, like `QueryDict`. Is that a good direction to go?
-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018e53008f12-71418ef1-fd66-44a4-a0bb-dca460e4122f-00%40eu-central-1.amazonses.com.


Re: [Django] #17235: Multipartparser shouldn't leave request.POST/request.FILES mutable

2021-02-15 Thread Django
#17235: Multipartparser shouldn't leave request.POST/request.FILES mutable
-+-
 Reporter:  Florian Apolloner|Owner:  vinay
 |  karanam
 Type:  Bug  |   Status:  assigned
Component:  HTTP handling|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak):

 * needs_better_patch:  0 => 1


Comment:

 Per [https://github.com/django/django/pull/10110#issuecomment-775851908
 Florian's comment].

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.8cd750d5102fe79247e234df40f59df6%40djangoproject.com.


Re: [Django] #17235: Multipartparser shouldn't leave request.POST/request.FILES mutable

2020-11-17 Thread Django
#17235: Multipartparser shouldn't leave request.POST/request.FILES mutable
-+-
 Reporter:  Florian Apolloner|Owner:  vinay
 |  karanam
 Type:  Bug  |   Status:  assigned
Component:  HTTP handling|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Jacob Walls):

 * has_patch:  0 => 1


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.7972d4eed8c69e025460868dd3ba0a8f%40djangoproject.com.


Re: [Django] #17235: Multipartparser shouldn't leave request.POST/request.FILES mutable

2018-06-29 Thread Django
#17235: Multipartparser shouldn't leave request.POST/request.FILES mutable
-+-
 Reporter:  Florian Apolloner|Owner:  vinay
 |  karanam
 Type:  Bug  |   Status:  assigned
Component:  HTTP handling|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by vinay karanam):

 * owner:  (none) => vinay karanam
 * status:  new => assigned


Comment:

 [https://github.com/django/django/pull/10110 PR]

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.b940b0ddcfff71c61507a5336aa809ac%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #17235: Multipartparser shouldn't leave request.POST/request.FILES mutable (was: Multipartparser shouldn't leave the QueryDict mutable)

2016-12-07 Thread Django
#17235: Multipartparser shouldn't leave request.POST/request.FILES mutable
---+
 Reporter:  Florian Apolloner  |Owner:  (none)
 Type:  Bug|   Status:  new
Component:  HTTP handling  |  Version:  master
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+
Changes (by Tim Graham):

 * has_patch:  1 => 0


Comment:

 The ticket remains open to address `request.FILES`.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.f14a9ee9bee211d9e3337e762262ed76%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.