--
Ticket URL: <https://code.djangoproject.com/ticket/18659>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/18659#comment:1>
Comment (by aaugustin):
This may break a lot of code, so this isn't a decision to make lightly.
Django itself uses `request.REQUEST` in i18n views, auth, and admin.
--
Ticket URL: <https://code.djangoproject.com/ticket/18659#comment:2>
* cc: marc.tamlyn@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/18659#comment:3>
* cc: eduardocereto@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/18659#comment:4>
* component: Core (Other) => HTTP handling
--
Ticket URL: <https://code.djangoproject.com/ticket/18659#comment:5>
* cc: bmispelon@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/18659#comment:6>
* status: new => assigned
* owner: nobody => bouke
Comment:
I've proposed a deprecation in-between PR:
https://github.com/django/django/pull/1756
--
Ticket URL: <https://code.djangoproject.com/ticket/18659#comment:7>
* needs_better_patch: 0 => 1
* has_patch: 0 => 1
* version: 1.4 => master
Comment:
Mailing list thread to make sure there is consensus to move forward with
this:
https://groups.google.com/d/topic/django-developers/yw7OPb_O0QA/discussion
The patch would also need to be updated to reflect the fact that the
deprecation would start in 1.7 (1.6 is feature frozen at this time).
--
Ticket URL: <https://code.djangoproject.com/ticket/18659#comment:8>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"2fb5a51fa3ac276efc7121ec9de91f092a986104"]:
{{{
#!CommitTicketReference repository=""
revision="2fb5a51fa3ac276efc7121ec9de91f092a986104"
Fixed #18659 -- Deprecated request.REQUEST and MergeDict
Thanks Aymeric Augustin for the suggestion.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18659#comment:9>
Comment (by Tim Graham <timograham@…>):
In [changeset:"75f107b8842dfc890ddd65262bd09ca87c3a15be"]:
{{{
#!CommitTicketReference repository=""
revision="75f107b8842dfc890ddd65262bd09ca87c3a15be"
Removed request.REQUEST per deprecation timeline; refs #18659.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18659#comment:10>
Comment (by Tim Graham <timograham@…>):
In [changeset:"37b7776a015102e97b9bdd64d88c732883ff9989"]:
{{{
#!CommitTicketReference repository=""
revision="37b7776a015102e97b9bdd64d88c732883ff9989"
Removed django.utils.datastructures.MergeDict per deprecation timeline;
refs #18659.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18659#comment:11>