The Wayback Machine - https://web.archive.org/web/20211128215817/https://github.com/topics/database-gui
Skip to content
#

database-gui

Here are 92 public repositories matching this topic...

silentninja
silentninja commented Nov 10, 2021

Problem

Currently, When sending a request containing a json payload using the Django rest framework test client, the payload is being converted into a string using json.dumps but the Django rest framework provides convenience parameters that does this automatically.

Proposed solution

Use the format parameter of the DRF test client or set the default payload format in the DRF setting

Improve this page

Add a description, image, and links to the database-gui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the database-gui topic, visit your repo's landing page and select "manage topics."

Learn more