On Tue, 2012-07-10 at 05:56 -0700, Leandro Alves wrote:
> But I have a question... in this case why do I need to send "None" in
> "get_form_kwargs"

None is the default value to prevent a crash
>  and why should I use the  "super(ContactForm2, self).__init__(*args,
> **kwargs)" after the init? 

well, that is python syntax for inheritance

(both questions relate to python syntax)
-- 
regards
Kenneth Gonsalves

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to