﻿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
27843	M2M db table names with explicit `username`	Mariusz Felisiak	Mariusz Felisiak	"`db.models.fields.related._get_m2m_db_table` doesn't work properly if we use `db_table` with explicit `username` of a length between 24-30 chars e.g.
{{{
db_table = ""d4_pullrequestsoracle_35"".""DJANGO_DOCUMENT_TABLE""
name = 'students'
}}}
then `_get_m2m_db_table` returns `""D4_PULLREQUESTSORACLE_35"".56C8""` instead of `""D4_PULLREQUESTSORACLE_35"".""DJANGO_DOCUMENT_TABLE_STUDENTS""`."	Bug	closed	Database layer (models, ORM)	1.11	Normal	fixed			Accepted	1	0	0	0	0	0
