Re: Django Admin: DateField (Year and Month) only

2009-10-19 Thread Joshua Russo
I don't have an example of a date field but here is an example of how I extended the Decimal field in making a Currency field. http://www.djangosnippets.org/snippets/1527/ In the description there are also links to the entire series of objects,

Re: Django Admin: DateField (Year and Month) only

2009-10-19 Thread The Danny Bos
APologies for my naivety, how would I do that. Any examples you can point me toward? Thanks for the fast reply, d On Oct 20, 10:38 am, Joshua Russo wrote: > On Mon, Oct 19, 2009 at 10:28 PM, The Danny Bos wrote: > > > > > Hiya, > > > In the

Re: Django Admin: DateField (Year and Month) only

2009-10-19 Thread Joshua Russo
On Mon, Oct 19, 2009 at 10:28 PM, The Danny Bos 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

Django Admin: DateField (Year and Month) only

2009-10-19 Thread The Danny Bos
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