Saturday, November 26, 2011

[ date and null value ]

Hello.

I have problem when i declared field with "blank" the admin django show this error:

(1048, "Column 'fechaProyecto' cannot be null") 
in my models.py:

    fechaProyecto = models.DateField(verbose_name='Ingresó a la subdirección de Proyecto')
    fechaProyecto.blank = True

What is the problem?

Thank's

Gustavo.

No comments:

Post a Comment