﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35156	Update Doc comment about SQLite foreign keys	bcail	bcail	"[https://docs.djangoproject.com/en/5.0/topics/db/multi-db/#cross-database-relations Multi-database docs] say the following:
{{{
However, if you’re using SQLite or MySQL with MyISAM tables, there is no enforced referential integrity; as a result, you may be able to ‘fake’ cross database foreign keys.
}}}
But, foreign keys are enforced at the database level in SQLite, because [https://github.com/django/django/blob/main/django/db/backends/sqlite3/base.py#L200 the PRAGMA] is turned on.

Should this comment be updated?"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed		bcail	Ready for checkin	1	0	0	0	0	0
