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
When empty queryset caching is enabled, get_or_create seems to always force creation causing multiple calls to produce IntegrityErrors for existing primary keys. I'll see what I can do about writing a test to prove this, but this is what I'm seeing in my app's tests.
The text was updated successfully, but these errors were encountered:
When empty queryset caching is enabled,
get_or_create
seems to always force creation causing multiple calls to produceIntegrityError
s for existing primary keys. I'll see what I can do about writing a test to prove this, but this is what I'm seeing in my app's tests.The text was updated successfully, but these errors were encountered: