﻿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
20791	"""Model %(model)s with pk %(pk)r does not exist."""	Luc Saffre	nobody	"I agree that this is nit-picky, but in `db/models/fields/related.py` (line 979 in version 1.5.1), Django issues the following message:

  ""Model %(model)s with pk %(pk)r does not exist.""

This formulation is wrong. Not the model but a model *instance* is missing.
So I suggest to change this message to:

  ""%(model)s instance with pk %(pk)r does not exist.""

or just:

  ""%(model)s with pk %(pk)r does not exist.""


"	Cleanup/optimization	closed	Database layer (models, ORM)	1.5	Normal	fixed		eromijn@…	Ready for checkin	1	0	0	0	1	0
