﻿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
24678	auto_add and auto_add_now cannot be used together in DateTimeField definition	Moritz Pfeiffer	nobody	"When I use auto_now=True in combination with auto_now_add=True on a models.DateTimeField I get the following error:
python manage.py check:
(fields.E160) The options auto_now, auto_now_add, and default are mutually exclusive. Only one of these options may be present.

See the attached project with a simple model illustrating this issue."	Bug	closed	Database layer (models, ORM)	1.8	Normal	invalid	DateTimeField, auto_now, auto_now_add		Unreviewed	0	0	0	0	0	0
