Closed gavinwahl closed 9 years ago
The whole row containing HiddenInput is hidden in django 1.7. WidgyWidget is implemented as a HiddenInput but shouldn't be hidden. Setting is_hidden=False tells the admin to show its row.
This happened in https://code.djangoproject.com/ticket/11277
Mergeable
The whole row containing HiddenInput is hidden in django 1.7. WidgyWidget is implemented as a HiddenInput but shouldn't be hidden. Setting is_hidden=False tells the admin to show its row.