fedspendingtransparency / usaspending-api

Server application to serve U.S. federal spending data via a RESTful API
https://www.usaspending.gov
Creative Commons Zero v1.0 Universal
310 stars 113 forks source link

[Pipe-527] Fix for format_exception() failure in testing suite #4081

Closed ayubshahab closed 6 months ago

ayubshahab commented 7 months ago

Description: Newer version of Django changed the way that aggregation is done and therefore requires code changes in regards to this. However, I am hoping that instead of doing the code changes now, they can be done when we switch to the latest version of Django which would be above version 5.. Right now we upgraded the Django version from 3.2. to version 4.1.13.

Technical details: No further technical details necessary.

Requirements for PR merge:

  1. [x] Unit & integration tests updated
  2. [x] API documentation updated
  3. [x] Necessary PR reviewers:
    • [x] Backend
  4. [x] Appropriate Operations ticket(s) created
  5. [x] Jira Ticket PIPE-527:
    • [x] Link to this Pull-Request

Area for explaining above N/A when needed: