I generated a models.py from an existing SQLite database using django-admin.py inspectdb but it is missing the foreign key definitions.
https://docs.djangoproject.com/en/dev/ref/django-admin/#inspectdb says it's not supported in SQLite (only PostgresSQL and some MySQL scenarios) but then I dug around a bit and found https://code.djangoproject.com/ticket/9779 So there was an implementation and tests for this functionality (4 years ago). Where has it gone? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/JcMYBQ7XvEcJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.