mirror of
https://github.com/django/django.git
synced 2025-11-20 11:36:04 +00:00
Previously, readonly JSONField values in the admin were shown as Python dicts, not valid JSON. Now, display_for_field uses json.dumps with the field's encoder to ensure correct JSON output. Fixes # (if applicable) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin.py | ||
| models.py | ||
| test_logentry.py | ||
| tests.py | ||
| urls.py | ||