Re: Looser date entry in admin...

2006-12-15 Thread Daniel Jewett
On Dec 15, 2006, at 12:17 PM, Adrian Holovaty wrote: > I'd suggest using a CharField instead. The downside to this is that > you can't take advantage of date-specific queries, such as retrieving > all the records where the date is in a certain month, but whether > that's a problem depends on

Re: Looser date entry in admin...

2006-12-15 Thread Adrian Holovaty
On 12/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > What is the best way to handle situation where I sometimes I know the > exact date of an event, and sometimes I know only a less specific part? > > Recording date: 1972-10-15 (No problem) > > but when I only know the month, 1972-10, or

Looser date entry in admin...

2006-12-15 Thread solidether
Hello, What is the best way to handle situation where I sometimes I know the exact date of an event, and sometimes I know only a less specific part? Recording date: 1972-10-15 (No problem) but when I only know the month, 1972-10, or the year 1972, admin throws a validation error. I know I can