Re: DateTime field validation

2006-10-17 Thread Alex Dedul
Thanks Malcolm for this detailed answer Regards, Alex --~--~-~--~~~---~--~~ 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 thi

Re: DateTime field validation

2006-10-16 Thread Malcolm Tredinnick
On Mon, 2006-10-16 at 12:20 -0700, plisk wrote: > Hi there, > > Is it possible somehow to validate DateTime field in admin against > another DateTime field(with validators.IsLessThanOtherField for > example) without writing custom validator ? With > validators.IsLessThanOtherField it complain

DateTime field validation

2006-10-16 Thread plisk
Hi there, Is it possible somehow to validate DateTime field in admin against another DateTime field(with validators.IsLessThanOtherField for example) without writing custom validator ? With validators.IsLessThanOtherField it complains because of in all_data DateTime field is splitted to Date