fusionbox / django-widgy

A CMS framework for Django built on a heterogenous tree editor.
http://wid.gy
Other
332 stars 52 forks source link

HiddenInput Django 1.7 admin compatibility #302

Closed gavinwahl closed 9 years ago

gavinwahl commented 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.

gavinwahl commented 9 years ago

This happened in https://code.djangoproject.com/ticket/11277

acatton commented 9 years ago

Mergeable