django-concurrency icon indicating copy to clipboard operation
django-concurrency copied to clipboard

Getting RecordModifiedError when trying to load fixtures

Open neeket opened this issue 2 years ago • 0 comments

I am getting concurrency.exceptions.RecordModifiedError: Problem installing fixture* Record has been modified** when trying to load fixtures.

Command: python manage.py loaddata someJsonFile.json

Note: Full error log and file path omitted

Platform: Windows Django version: 4.2.2 django-concurrency: 2.4

neeket avatar Aug 13 '23 19:08 neeket