On 13 Oct 2006, at 0:24, Guillermo Fernandez Castellanos wrote: > I am trying to keep a birthday field in the database. But i am only > interested in the day and month. Is there a way of using a DateField > but only with day and month fields? Or should I use another solution?
A DateField looks like what you want: instead of storing just day and month, why not store also the year somebody was born? That way you can calculate stuff like “ZOMG, it’s your 27th birthday, you’re getting old!” :-) Cheers. -- Antonio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---