﻿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
31131	Avoid manual selection of `entity_object_id` when attaching a Generic Relation to a model	Aman Sharma	nobody	"Currently, whenever one has to attach a GenericRelation to a model, one has to select the contenttype instance from a drop-down and **manually** enter the ID of the object of that particular model.
Since my project involved maintaining a model of 10,000 instances, I can't afford to keep track of their IDs so, instead, I created pop-up which fires on selecting the  `entity_content_type` (similar to `raw_id_fields`).

If this can be a feature in Django, let me know. I can submit a patch which can solve this issue.

[[Image(	Screenshot from 2019-12-31 03-41-12.png)]]

Once an object is selected, it will automatically populate `entity_object_id` with the selected object's ID."	New feature	new	contrib.contenttypes	2.2	Normal		conttentype		Unreviewed	0	0	0	0	0	0
