Skip to content

Request must inherit from HttpRequest #128

Closed
@sebpiq

Description

@sebpiq

Request must become a subclass of Django's HttpRequest.
.DATA, .FILES, .auth and .method, previously available on views inheriting from RequestMixin will become request.DATA, request.FILES, request.method... Regular attributes on the request (eg. .META etc.) will still be available.
Also, .CONTENT probably needs to disappear and won't be provided by the new Request class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions