- Django better admin ArrayField version: 1.4.2
- Django version: 3.2
- Python version: 3.7.3
- Operating System: Windows 11
Description
I added django.db.models.JSONField as the base field. Now when adding JSON on admin panel with single quotes its shows Enter a valid JSON, so I added JSON with double quotes and it worked but on the same page it then returned the same json with single quotes, so now I'm unable to edit the previous json until and unless I convert everything to double quotes.
Initial JSON:

JSON after instance save:

When resaving without any changes:

Description
I added
django.db.models.JSONFieldas the base field. Now when adding JSON on admin panel with single quotes its showsEnter a valid JSON, so I added JSON with double quotes and it worked but on the same page it then returned the same json with single quotes, so now I'm unable to edit the previous json until and unless I convert everything to double quotes.Initial JSON:

JSON after instance save:

When resaving without any changes:
