Google Summer of Code 2019

2019-01-16 Thread PARTH PATIL
Hey Parth here. I am genuinely interested in doing a project with django as student in gsoc 2019. I have been working hard since past few months to get myself familiar with the famework. I had few project ideas in mind, but I'm confused about the intricacies and needed some help. Also i haven't

Re: GSoC Proposal (FormSet Improvement)

2019-04-01 Thread PARTH PATIL
Best Regards, PARTH PATIL On Tue, 2 Apr 2019, 10:04 am Asif Saif Uddin, wrote: > > It would be great if you could find out 12 weeks of work with formset > improvement. > > > Yes I'm searching for it and will update the proposal accordingly. If you have any suggestions

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

Re: GSoC Proposal (FormSet Improvement)

2019-04-03 Thread PARTH PATIL
rks"? - Do you just write some pseudo code, and say this will work? - Or I have to prove in some way that this will work?? > HTH. > > Kind Regards, > > Carlton > > > On Monday, 1 April 2019 21:29:33 UTC+2, PARTH PATIL wrote: >> >> Here

Re: GSoC Proposal (FormSet Improvement)

2019-04-03 Thread PARTH PATIL
Yes sure I will try to update my proposal by tomorrow (4th April) night (IST +5:30), So please have a look at it once again, and suggest changes. Best Regards, PARTH PATIL On Wed, 3 Apr 2019, 9:23 pm Carlton Gibson, wrote: > Yes, just pseudo code — so when reviewing your proposal next w

Re: GSoC Proposal (FormSet Improvement)

2019-04-04 Thread PARTH PATIL
retty print *Feel free if you would like to add something to this.* > On Wednesday, April 3, 2019 at 10:06:26 PM UTC+6, PARTH PATIL wrote: >> >> Yes sure I will try to update my proposal by tomorrow (4th April) night >> (IST +5:30), So please have a look at it once ag

Re: GSoC Proposal (FormSet Improvement)

2019-04-05 Thread PARTH PATIL
17:51:18 UTC+2, PARTH PATIL wrote: >> >> >> >> On Wednesday, April 3, 2019 at 8:58:26 PM UTC+5:30, Carlton Gibson wrote: >>> >>> Hey Parth. >>> >>> Right. So, thanks for making the effort so far. Good. >>> >>> Can yo

Re: GSoC Proposal (FormSet Improvement)

2019-04-06 Thread PARTH PATIL
2019 at 1:29:33 AM UTC+6, PARTH PATIL wrote: >> >> Here is a link to my GSoC proposal >> Its a first draft so you are open to comment and suggest changes >> >> >> https://docs.google.com/document/d/1JuoVOU5xMwXY7JrHJshezIyuIpFfoEM49rO3e0rfNhE/edit?usp=sharing >

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-04-07 Thread PARTH PATIL
itself.* On Tuesday, March 26, 2019 at 11:26:56 PM UTC+5:30, PARTH PATIL wrote: > > I was planning to do the "Formset Improvements > <https://code.djangoproject.com/wiki/SummerOfCode2019#Formsetimprovements>" > project in GSoC. I would need some more explanation

Re: GSoC Proposal (FormSet Improvement)

2019-04-07 Thread PARTH PATIL
e declarative syntax, I might share some insights later with >>> you. >>> >>> On Tuesday, April 2, 2019 at 1:29:33 AM UTC+6, PARTH PATIL wrote: >>>> >>>> Here is a link to my GSoC proposal >>>> Its a first draft so you are open to comment

Re: Help for GSoC proposal (Formset improvements)

2019-04-07 Thread PARTH PATIL
form/formset element within the wizard. On Tuesday, March 26, 2019 at 11:26:56 PM UTC+5:30, PARTH PATIL wrote: > > I was planning to do the "Formset Improvements > <https://code.djangoproject.com/wiki/SummerOfCode2019#Formsetimprovements>" > project in GSoC.

Re: Help for GSoC proposal (Formset improvements)

2019-04-08 Thread PARTH PATIL
ot 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: &

Re: GSoC 2019 Project Idea

2019-03-03 Thread PARTH PATIL
elsewhere, I'm looking to work on the GSoC stuff over the > next couple of weeks. > > Kind Regards, > > Carlton > > > On Sunday, 3 February 2019 11:04:07 UTC+1, PARTH PATIL wrote: >> >> Hey, I had a project idea for GSoC. >> I wanted to make a tool which wi

Re: Google Summer of Code 2019

2019-03-02 Thread PARTH PATIL
Hey its been quite a while, I have posted my idea for gsoc here . Can someone please review it so that i can decide whether to move with this or think of something else. -- You received this message because you are

Re: GSoC Idea

2019-02-03 Thread PARTH PATIL
Hey, can you elaborate on what your idea is? On Thursday, January 31, 2019 at 4:54:36 PM UTC+5:30, gaurav jain wrote: > > from django.db import models > from django.contrib.auth.models import User > > class CommenInfo(models.Model): > archived = models.BooleanField(default=False) >

GSoC 2019 Project Idea

2019-02-03 Thread PARTH PATIL
Hey, I had a project idea for GSoC. I wanted to make a tool which will help to port static projects like Jekyll to Django directly. I am still thinking about the details of the idea. But I want to know: - is this idea feasible/useful? - Does there already exist a similar tool for this?

Re: Google Summer of Code 2019

2019-02-04 Thread PARTH PATIL
Hey, I am really enthusiastic for doing GSoC with Django, I had been working for a few months to get myself familiar with the code base. I have quite a few unpolished ideas in my mind for projects like the one posted here

Re: Force "required" fields to be included in a ModelForm

2019-04-17 Thread PARTH PATIL
for a shopping site). You may Inherit a class from modelform and overide the behaviour for your project, buy I dont think this should be included in Django. Best Regards, PARTH PATIL On Wed, 17 Apr 2019, 12:15 pm Harro, wrote: > I'm against, there are lots of cases where a modelform is used to e

How to test whether a formset instance is properly initialized

2019-06-14 Thread PARTH PATIL
I'm currently working on ticket #10403 -- Declarative syntax for Formsets How to test whether a formset instance is correctly initialized?? The thing which I'm trying to achieve is to initiate a formset without using formset_factory(). I'm able to

Re: GSoC Proposal (FormSet Improvement)

2019-05-07 Thread PARTH PATIL
Regards, PARTH PATIL On Mon, 8 Apr 2019, 3:05 am PARTH PATIL, wrote: > I have done some MAJOR changes/improvements to my proposal please have a > look. I have added technical description and addressed more issues related > to the forrmsets. Suggest any changes if needed. > > > >

Re: GSoC Proposal (FormSet Improvement)

2019-05-07 Thread PARTH PATIL
ome od works related to declarative > formsets. I will clean them up and bring to you so that you can move that > forward with mentors/communities help. > Best of luck. > > On Tuesday, May 7, 2019 at 7:15:45 PM UTC+6, PARTH PATIL wrote: >> >> Hello everyone, >>

Re: Request for closing #25139 -- ModelFormSet: allow swapping unique values

2019-08-15 Thread PARTH PATIL
we had the solution available, vs, putting > it in a third-party package... > > Anyhow, I'll bump it to Someday/Maybe for now. If someone pops up with a > solution we can look at that then. > > Kind Regards, > > Carlton > > > On Sunday, 11 August 2019 09:20:4

Request for closing #25139 -- ModelFormSet: allow swapping unique values

2019-08-11 Thread PARTH PATIL
Hey can someone please have look at this ticket, I feel the requested feature is not really feasible to implement, also it's not applicable in the general case. I don't think so this is feasible, this will require n(n-1)/2 comparisons to determine whether any two of the models are swapped.