i have been working with django for quite a while now, trying to deepen my knowledge. Hence started using Generic Class Base Views, overriding some django methods and its been fun. However, i haven't been able to understand get_form_kwargs() method and its implementation.
Will be most grateful if someone could share what it all entails succinctly or drop a link that perfectly explains its implementations and usage.