﻿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
35939	Reference documentation for auth.Permission should link to ContentType	Baptiste Mispelon	Brock Smickley	"The reference documentation for `Permission.content_type` [1] [2] describes the field as:

> A reference to the django_content_type database table, which contains a record for each installed model.

This seems to me like a more complicated way of saying ""A foreign key to the ContentType model"". On top of that, it would be useful if either the old wording (""django_content_type table"") or the new one (""ContentType model"") could link to the reference documentation of the model [3]

[1] https://docs.djangoproject.com/en/dev/ref/contrib/auth/#django.contrib.auth.models.Permission.content_type
[2] https://github.com/django/django/blob/main/docs/ref/contrib/auth.txt#L422
[3] https://docs.djangoproject.com/en/dev/ref/contrib/contenttypes/#the-contenttype-model"	Cleanup/optimization	closed	Documentation	5.1	Normal	fixed			Ready for checkin	1	0	0	0	1	0
