#21917: Breakage in SQLite migrations ---------------------------------+------------------------------------ Reporter: apollo13 | Owner: Type: Bug | Status: new Component: Migrations | Version: master Severity: Release blocker | Resolution: Keywords: | Triage Stage: Accepted Has patch: 0 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 ---------------------------------+------------------------------------
Comment (by bmispelon): For the record, here's a simplified `models.py` that reproduce the error: {{{#!python from django.db import models class Foo(models.Model): bar_fk = models.ForeignKey('Bar', null=True) class Bar(models.Model): foo_fk = models.ForeignKey('Foo') }}} I'll also note that the same models work fine on 1.6 with `syncdb`. -- Ticket URL: <https://code.djangoproject.com/ticket/21917#comment:2> 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 django-updates+unsubscr...@googlegroups.com. To post to this group, send email to django-updates@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/066.1684255d820966efc1581f1a0ed2a9ed%40djangoproject.com. For more options, visit https://groups.google.com/groups/opt_out.