Skip to content
  • Christos Stavrakakis's avatar
    wheezy: Rename depricated HttpRequest attribute · edf9616d
    Christos Stavrakakis authored
    From django docs:
    """
    HttpRequest.raw_post_data renamed to HttpRequest.body
    
    This attribute was confusingly named HttpRequest.raw_post_data, but it
    actually provided the body of the HTTP request. It’s been renamed to
    HttpRequest.body, and HttpRequest.raw_post_data has been deprecated.
    """
    edf9616d