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: VALUE not resetting on Foriegn Key Delete

2019-03-26 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support using Django. Please use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. On Tue, 26 Mar 2019 at 05:49, Arun S wrote: > Hi, > > I have a Model Class which has the Below

VALUE not resetting on Foriegn Key Delete

2019-03-26 Thread Arun S
Hi, I have a Model Class which has the Below schema: class Pvt_ip_pools(AtlasAuditModel, AtlasBaseHelper): """ Represents a private IP Address used for LB Model. This inherits all the fields from IPAddress model(database table). """ # Each data center has its own IP address