why you use the "*" in your function argument?
2012/1/11 galgal
> Is there any way, to change the field's *min_length* argument inside form
> constructor? That doesn't work:
>
> def __init__(self, *args, **kwargs):
>> super(CreateTeamForm, self).__init__(*args, **kwargs)
>> self.fields['
about sending email,you can utilize the libary function of django to do so
2012/1/11 Wen 温业逵Yekui
> when you get the request of that user,you can get the "date" about the
> user from database ,then check if that date is today
>
>
> 2012/1/11 Mike Dewhirst
>
>>
when you get the request of that user,you can get the "date" about the user
from database ,then check if that date is today
2012/1/11 Mike Dewhirst
> What is the best way to schedule future events in Django?
>
> I have a table with future dates and user info. When date==today I want
> Django to
thanks!
2012/1/11 Eugene Wee
> Hi,
>
> On Wed, Jan 11, 2012 at 10:27 AM, Yekui Wen wrote:
> > can you guys tell me what is the Q method for ?
>
> Yes, though they are Q objects, not methods. Refer to:
>
> https://docs.djangoproject.com/en/1.3/topics/db/queries/#complex-lookups-with-q-objects
>
4 matches
Mail list logo