#31531: Loaddata fixtures with UUID as primary key
-------------------------------+--------------------------------------
Reporter: max13fr | Owner: nobody
Type: Uncategorized | Status: closed
Component: Uncategorized | Version: 3.0
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by max13fr):
* status: new => closed
* resolution: => fixed
Comment:
Hello,
Thanks for your help, effectively in your example it's working. I also
tried to change id from default integer to uuid in a second migration but
everything works fine.
After reviewing everything in my project, I finally found the issue : I
was using Django 3.0 version (was thinking pip automatically add
subversion but not).
So I changed to "django==3.0.*" that install current 3.0.5 version.
And now the loaddata is working fine !
Thanks for your time !
Max
--
Ticket URL: <https://code.djangoproject.com/ticket/31531#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/065.065fbbd2ba3f185759654da8dbd9f86a%40djangoproject.com.