1
0
mirror of https://github.com/django/django.git synced 2025-04-11 11:02:22 +00:00
django/tests/model_forms
Tim Graham 3744fc1666 [1.10.x] Fixed #26917 -- Fixed crash in disabled ModelChoiceFields.
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.

Backport of a5f85d891b51d7ceb4f9e422e3e4f5c741062288 from master
2016-07-27 08:36:49 -04:00
..