dj-stripe / dj-stripe

dj-stripe automatically syncs your Stripe Data to your local database as pre-implemented Django Models allowing you to use the Django ORM, in your code, to work with the data making it easier and faster.
https://dj-stripe.dev
MIT License
1.56k stars 474 forks source link

Prettify JSON Fields #2014

Closed arnav13081994 closed 3 months ago

arnav13081994 commented 5 months ago

This improves the formatting of JSONFields in the django admin. Please note this will not work for Read only fields as Django hardcodes the value.

Before:

Screenshot 2023-11-23 at 8 54 23 PM

After:

Screenshot 2023-11-23 at 8 52 32 PM
jleclanche commented 3 months ago

These fields should be read-only anyway so let's not land this for now.