﻿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
4736	manually named primary key columns not properly quoted	Antti Kaihola	nobody	"If the database column for a primary key is named manually using {{{db_column=}}} and the name contains capital letters, objects can't be saved (at least on PostgreSQL) since the column name is not properly quoted in {{{django.db.models.save()}}}.

PostgreSQL or psycopg2 seems to convert unquoted column names to all lower case, and this has to be protected with quotes."		closed	Database layer (models, ORM)	dev		fixed			Accepted	1	0	0	0	0	0
