﻿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
1195	changeset 1872 broke auto_now_add in DateTimeFields	mattimustang@…	Adrian Holovaty	"A simple test case:

{{{
class Foo(meta.Model):
    name = meta.CharField(maxlength=16)
    date = meta.DateTimeField(auto_now_add=True)

    class META:
        admin = meta.Admin()

}}}

produces the following traceback

{{{

AttributeError at /admin/date/foos/add/
'NoneType' object has no attribute 'split'
Request Method: 	POST
Request URL: 	http://192.168.100.139:8001/admin/date/foos/add/
Exception Type: 	AttributeError
Exception Value: 	'NoneType' object has no attribute 'split'
Exception Location: 	/home/mflanaga/src/django_src/django/core/formfields.py in html2python, line 764

}}}"	defect	closed	Core (Other)		normal	fixed			Unreviewed	0	0	0	0	0	0
