Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Django REST Framework settings to use JSONParser as the default parser for incoming requests #3090

Merged
merged 11 commits into from
Nov 16, 2023

Commits on Jul 24, 2023

  1. Updated Django REST Framework settings to use JSONParser as the defau…

    …lt parser for incoming requests
    varshadr committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8a7bb93 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    e7bcb61 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. added support for multipart form data in the request bodies for all e…

    …ndpoints, by adding a parser class to the DEFAULT PARSER CLASSES
    varshadr committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2cf97b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    bb53cd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    ed017f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0ddd6b View commit details
    Browse the repository at this point in the history
  3. Added MultiPartParser and JSONParser support to DataFileViewSet for h…

    …andling both file uploads and JSON data
    varshadr committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    2d48c56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f23bdc View commit details
    Browse the repository at this point in the history
  5. added whitespace after ','

    varshadr committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    cc5a532 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    3283729 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    215eb81 View commit details
    Browse the repository at this point in the history