Re: Django Project idea query

2021-03-26 Thread Muskan Vaswan
er out! Regards Muskan Vaswan On Wednesday, 24 March 2021 at 16:38:39 UTC+5:30 khushik...@gmail.com wrote: > Hello Carlton! > Thank you for guiding me, I am looking into the bugs and will let you know > if I am stuck anywhere. > I appreciate that you were able to give some suggesti

#17193, Mass Templated Emails and support for mass EmailMessage (s)

2021-03-21 Thread Muskan Vaswan
nction "send_mass_mail" or maybe by creating a new EmailMessages object to do this. Would appreciate your input on this. Regards Muskan Vaswan -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)&q

Re: Query regarding Google Summer Of Code

2021-03-17 Thread Muskan Vaswan
om/> under Mentorship. Plenty of > people will take a look at it and will help you get on the right track. > > On Tue, Mar 16, 2021 at 7:50 PM Muskan Vaswan wrote: > >> Hello again, I am Muskan and I have a few questions regarding GSoC 2021. >> >> Are contribu

Query regarding Google Summer Of Code

2021-03-16 Thread Muskan Vaswan
or such, that we as GSoC aspirants can get in tough with before the submissions of proposals so we can more more freely ask doubts specifically related to our potential proposals? - Regards Muskan Vaswan -- You received this message because you are subscribed to the Google Groups "D

Re: Issues and Improvements to the The Django Administration

2020-12-16 Thread Muskan Vaswan
difficult to explain in words but basically it would add a lot more queries this way... at least the way I visualize it happening here. But also this is something I didn't know about so this was quite educational, thank you. Regards Muskan Vaswan -- You received this message because you are

Re: Issues and Improvements to the The Django Administration

2020-12-15 Thread Muskan Vaswan
. Regards Muskan Vaswan > On Dec 16, 2020, at 7:41 AM, Akshat Sharma wrote: > > Hi > > Well I am an webdevloper and pretty new to the django so > > but If the issue is only to make log more efficient and useful then we can > implement javascript into the admin site

Re: Issues and Improvements to the The Django Administration

2020-12-15 Thread Muskan Vaswan
he least, The method for unregistering models form the admin > site is not in the documentation. > Thanks, this looks like an oversight. Several snippets in the docs recommend using unregister(). I made a ticket: https://code.djangoproject.com/ticket/32273#ticket On Tue, 15 Dec 2020 at 18:44, Muskan Vaswan wrote:

Re: Issues and Improvements to the The Django Administration

2020-12-15 Thread Muskan Vaswan
ite well. I think adding just a couple more block elements will definitely do it. 3. Thank you! Glad I could contribute in some way. Regards Muskan Vaswan On Wednesday, 16 December 2020 at 01:13:39 UTC+5:30 Adam Johnson wrote: > 1. When deleting or adding items in Bulk (especially deleting), Th

Re: Issues and Improvements to the The Django Administration

2020-12-15 Thread Muskan Vaswan
[image: WhatsApp Image 2020-12-15 at 10.55.37 PM.jpeg] On Wednesday, 16 December 2020 at 00:12:40 UTC+5:30 Muskan Vaswan wrote: > I have the following suggestions and issues with the Django site > administration: > > 1. When deleting or adding items in Bulk (especially deleting)

Issues and Improvements to the The Django Administration

2020-12-15 Thread Muskan Vaswan
erflow. Is there a reason for this or is this a lack of documentation that needs to be fixed? Regards Muskan Vaswan -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group an

In reference to Ticket 15578

2020-11-29 Thread Muskan Vaswan
what I suggested is in fact correct, I'd like to assign myself the ticket and fix this, if that's okay. If its incorrect, do tell me where I can improve, I'd still like to fix it.. Regards Muskan Vaswan -- You received this message because you are subscribed to the Google Groups "Django

Re: Model Generation for CSV, XLS Files

2020-11-28 Thread Muskan Vaswan
Alright Mariusz, (sorry for messing up your name) then I think that puts an end to this particular conversation, I appreciate your feedback and help, same goes for everyone. I'll try to make myself useful in some other way then! On Saturday, 28 November 2020 at 14:12:29 UTC+5:30 Mariusz

Re: Model Generation for CSV, XLS Files

2020-11-27 Thread Muskan Vaswan
Hi Markzus, Issue #5253 that you pointed me to was indeed very helpful. What I suggested is along the lines of what Adam suggested and tried to accomplish 12 years ago, which clearly shows that there has been space for its implementation for a

Re: Model Generation for CSV, XLS Files

2020-11-26 Thread Muskan Vaswan
o-import-export > > > django-import-export is a Django application and library for importing > and exporting data with included admin integration. > > ... > > support multiple formats (Excel, CSV, JSON, ...) > > On Wed, Nov 25, 2020 at 11:53 AM Muskan Vaswan > wrote:

Re: Model Generation for CSV, XLS Files

2020-11-26 Thread Muskan Vaswan
onalities by submitting patches. > Regards > > On Thu, 26 Nov, 2020, 1:22 am Muskan Vaswan, > wrote: > >> Hi everyone, >> I am Muskan and am very new to this community however not that new to >> django itself. Contributing to django is something I would really like to >&g

Re: Model Generation for CSV, XLS Files

2020-11-26 Thread Muskan Vaswan
erging > this functionalities by submitting patches. > Regards > > On Thu, 26 Nov, 2020, 1:22 am Muskan Vaswan, wrote: > >> Hi everyone, >> I am Muskan and am very new to this community however not that new to >> django itself. Contributing to django is somethi

Model Generation for CSV, XLS Files

2020-11-25 Thread Muskan Vaswan
Hi everyone, I am Muskan and am very new to this community however not that new to django itself. Contributing to django is something I would really like to do, and I might also be participating in GSoc for the same. I have an vague idea of what I want to fix, because I myself have used