﻿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
22534	Checks fail on non-swappable ForeignKeys when the related model is swapped out	Ben Davis	Andrew Godwin	"The documentation states that setting `swappable=False` on a `ForeignKey` allows you to reference a swappable model even if that model is swapped out. Unfortunately this doesn't work because RelatedField's check function will look for that model in `apps.get_models()`, which doesn't include swapped models by default.

If a `ForeignKey` references a swapped out model and has swappable=False, shouldn't that model be loaded? It seems to me that `swapped=False` will never work because of this."	Bug	closed	Migrations	1.7-beta-2	Normal	fixed		Ben Davis	Accepted	0	0	0	0	0	0
