Re: Help for GSoC proposal (Formset improvements)

2019-04-08 Thread PARTH PATIL
I researched a bit on FormWizards, and what I felt is that it is oriented more towards the idea of multiple form submission similar to that of Google forms where we have multiple pages. I was thinking of creating a *FormSetContainer* which would be like a collection instance of different

Re: Help for GSoC proposal (Formset improvements)

2019-04-08 Thread Carlton Gibson
Hi Parth. Well, the wizard () got moved out to it's own app https://django-formtools.readthedocs.io/en/latest/ But yes, there's no reason why this sort of thing wouldn't potentially in scope. Kind Regards, Carlton On Sunday, 7 April 2019 23:47:23 UTC+2, PARTH PATIL wrote: > > (Sorry I

Re: Help for GSoC proposal (Formset improvements)

2019-04-07 Thread PARTH PATIL
(Sorry I typed the incomplete message in the last post) I came across this ticket while going over the feature list of Forms and Formsets (# 18830 ) Feature requested in this thicket is something like *FormWizard:* * It will be like a container

Re: Help for GSoC proposal (Formset improvements)

2019-04-07 Thread PARTH PATIL
I came across this ticket while going over the feature list of Forms and Formsets (# 18830 ) Feature requested in this thicket is something like *FormWizard:* * It will be like a container which can have forms, formsets, and formwizards itself.*

Re: Help for GSoC proposal (Formset improvements)

2019-03-28 Thread PARTH PATIL
Thanks for your help  -- 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

Re: Help for GSoC proposal (Formset improvements)

2019-03-28 Thread Carlton Gibson
Hi Parth, Yes, something along those lines will be right. First-off, what are the existing work-arounds (i.e. how are people handling this in the wild: overriding `__init__()` methods etc...) — can these be summarised and documented, where worth recommending? Then, API changes to improve on

Re: Help for GSoC proposal (Formset improvements)

2019-03-27 Thread Dmitriy Sintsov
It would be nice to have paginated formsets when there are lots of one to many relationships in the inline form, otherwise such rendered formset is slow and huge. On Tuesday, March 26, 2019 at 8:56:56 PM UTC+3, PARTH PATIL wrote: > > I was planning to do the "Formset Improvements >

Help for GSoC proposal (Formset improvements)

2019-03-26 Thread PARTH PATIL
I was planning to do the "Formset Improvements " 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