I was planning  to do the "Formset Improvements 
<https://code.djangoproject.com/wiki/SummerOfCode2019#Formsetimprovements>" 
project in GSoC. I would need some more explanation on what is expected as 
nothing was clearly mentioned there.
You can link the related tickets or elaborate on what is needed that would 
be helpful.

I dug a little bit deeper into this. and found some related issues 1 
<https://stackoverflow.com/questions/622982/django-passing-custom-form-parameters-to-formset>
 
| 2. 
<https://stackoverflow.com/questions/52269308/django-unable-to-pass-request-to-form-while-using-formset-produces-init>

I'm planning to add a request variable in the BaseFormSet Class 
<https://github.com/Parth1811/django/blob/8ec7ded3706fe66bf307ed339eb852d73f6d10d0/django/forms/formsets.py#L46-L61>
 
and then handle it such that it will be available within every form (not 
completely polished till now).

   1. Is this a good approach?
   2. Will this solve the problem? (If not please mention the problems 
   which will not be solved

I am also looking for some additional features that maybe added to formset 
so am open for suggestions.
I'm currently in middle of making the abstract so before moving forward i 
would like to get some confirmation that this is correct approach. Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/09458146-224c-44c5-8bb3-2560f47350e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to