﻿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
32063	windowname_to_id function missing from RelatedObjectLookup.js	kyashford	nobody	"I am using the django-dynamic-raw-id in my project which calls the windowname_to_id function that user to be in RelatedObjectLookup.js for in the js/admin folder.  After upgrading to Django 3.1.1 the windowname_to_id function is no longer there.  Was this removed on purpose and I should see other solutions?

    function windowname_to_id(text) {
        text = text.replace(/__dot__/g, '.');
        text = text.replace(/__dash__/g, '-');
        return text;
    }"	Bug	new	Uncategorized	3.1	Normal				Unreviewed	0	0	0	0	0	0
