Make webapi_request_fields pass dictionary of parsed request fields

Review Request #7491 — Created July 4, 2015 and submitted — Latest diff uploaded

Information

Djblets
release-0.9.x
87f271d...

Reviewers

The @webapi_request_fields decorator now passes an additional keyword
argument, parsed_request_fields, that contains a dictionary of all
the fields that were parsed out of the request's GET or POST
parameters.


 
    Loading...