mirror of
https://github.com/django/django.git
synced 2025-02-04 22:47:53 +00:00
a5f85d891b
Partially reverted refs #25532 to fix a regression in Django 1.10. This reintroduces a crash for disabled forms.JSONField (refs #26949), however, that issue is also present on Django 1.9. Thanks Ryan Schave for the test.