• 
      

    Update etag and field serialization functions to take a HttpRequest.

    Review Request #3471 — Created Nov. 3, 2012 and submitted

    Information

    Djblets
    release-0.6.x

    Reviewers

    Update etag and field serialization functions to take a HttpRequest.
    
    generate_etag() and serialize_*_field() functions now takes a request
    parameter. This requires an update to all callers, and thus is not
    backwards-comptaible. It's needed for cases of serialiation that may
    have to take into account some detail of the request, such as whether
    we're using http or https.
    Ran the Djblets and Review Board unit test suites (after appropriate
    changes in Review Board).
    SM
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-1.6.x (1eeb97bc)