Skip to content

Problem with REQUEST in Django 1.7 #508

@baroale

Description

@baroale

Hello, I am having a problem on Django 1.7

I think request.REQUEST has been deprecated, which causes a problem in django_strategy.py, line 39
You should now merge request.GET and request.POST instead of referencing request.REQUEST, something like:

if merge:
        data = self.request.GET
        data.update(self.request.POST)

Please correct me if I'm wrong.

Best regards,

Alejandro.

NOTE: https://docs.djangoproject.com/en/1.7/releases/1.7/#django-utils-datastructures-mergedict-class

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions