Fixed #16418 -- Made generic views work with ModelForms
Generic views assumed any object's _meta will be model Options. This is not true for ModelForms for example. Took isinstance(obj, Model) in use instead.
Showing
Please
register
or
sign in
to comment