mirror of
https://github.com/django/django.git
synced 2025-01-26 10:09:42 +00:00
484fcd34a4
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.