Make webapi_request_fields pass dictionary of parsed request fields

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

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.


 
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        djblets/webapi/decorators.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        djblets/webapi/decorators.py
    
    
  2. 
      
chipx86
  1. Ship It!
  2. 
      
brennie
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.9.x (ce72b76)
Loading...