﻿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
3156	[patch] [multidb] datetime with auto_now=True causes integrity error	asvanberg@…	nobody	When adding a new object with a DateTimeField(auto_now=True) an Integrity error is thrown because a NULL value is about to be inserted in a not null column. This is because the pre_save method of the DateTimeField incorrectly calls the superclass of DateTime instead of its own superclass. Patch provided.	defect	closed	Database layer (models, ORM)	other branch	major	wontfix			Someday/Maybe	1	0	0	0	0	0
