On Mon, Oct 19, 2009 at 10:28 PM, The Danny Bos <danny...@gmail.com> wrote:

>
> Hiya,
>
> In the Django Admin for the DateField I only want to display the Year
> and Month as select lists. I'll default the day to the 1st every time.
> Is this possible?
>
> I want to keep the dates very simple, as I'll be adding many items
> from 1900 to now. So using the current DateField calendar in Django
> Admin would be an absolute nightmare.
>
> Any ideas?
>

Your best bet is to extend the date form field and input widget.

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to