#30691: Change uuid field to FK does not create dependency
----------------------------+------------------------------------
Reporter: Dart | Owner: Dart
Type: Bug | Status: assigned
Component: Migrations | Version: master
Severity: Normal | Resolution:
Keywords: UUID, FK | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------+------------------------------------
Comment (by Dmitrij Strelnikov):
I'm pretty sure your db change interfere with migration best practice.
You are changing field type, which have to be done in two steps.
And your migrations are not telling django what should be done with data
in uuid field contains when migrate.
--
Ticket URL: <https://code.djangoproject.com/ticket/30691#comment:5>
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/066.d4d2679a2940f42527d9900143958593%40djangoproject.com.