Django DateField without year

Posted by Ali on Stack Overflow See other posts from Stack Overflow or by Ali
Published on 2010-06-18T05:48:19Z Indexed on 2010/06/18 5:53 UTC
Read the original article Hit count: 397

Filed under:
|
|

Is it possible to have a DateField without they year? Or will I have to use a CharField? I am using the admin to edit the models.

© Stack Overflow or respective owner

Related posts about python

Related posts about django