hello list,

I am trying to get the fantastic javascript caledars in use for my date
fields and found that I need to define them with
default=meta.LazyDate() ... sounds good except that I am using a custom
manipulator ... is there a way to do something like this, or can
someone point me towards some docs on this?
self.fields = [
   ....
   formfields.DateField( field_name =
"expdate",is_required=True,default=meta.LazyDate()
]

this throws an exception: got an unexpected keyword argument 'default'

alternately, is there a better way to tie a field in my custom
manipulator to a field in a model? 

thanks.

Jeff


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to