﻿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
11761	DB error on TestCase execution	Dmitry Shevchenko	nobody	"While testing my app, everything was ok, when suddenly postgres
started to throw errors (in log) like this:


{{{
INSERT INTO ""auth_permission"" (""name"", ""content_type_id"", ""codename"")
VALUES (E'Can add item_
deferred_added_by_id_date_added_date_updated_item_type_prefix_raw_title_search_data_slug_subtitle_title',
17,
E'add_item_deferred_added_by_id_date_added_date_updated_item_type_prefix_raw_title_search_data_slug_subtitle_title')
}}}


I don't know why django thinks i have a model with such name. I have
model Item with fields added_by, date_added and so on from that INSERT
line. 

I've attached a small but very obscure test suite which fails, 
i have no idea why, but removing anything from it will result in test running OK.

Django 1.1, postgres 8.3.7, mysql (tested on myisam and innodb) 5.0."		closed	Uncategorized	1.1		fixed		dmishe@…	Unreviewed	0	0	0	0	0	0
