You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Django 3.1.7 and Polymorphic 3.0.0, I'm seeing the error bellow when using something like obj, created = Book.objects.update_or_create(title='Foo').
How to use update_or_create with django-polymorphic ?
ValueError: Field 'id' expected a number but got ''.
Best regards