Re: GSOC 2023 Discussion and Feedback: Database-level Cascades

2023-03-29 Thread David Sanders
> > Thank you for your suggestion and nice implementation example. I would try > to include that approach too. > No, that was just an example of a workaround without any of the benefits of Django's emulation – the presence of a workaround often goes into determining whether it's worth working on a

Re: GSOC 2023 Discussion and Feedback: Database-level Cascades

2023-03-29 Thread Akash Sen
Hi David, Thank you for your suggestion and nice implementation example. I would try to include that approach too. *Regards,* Akash Kumar Sen LinkedIn | GitHub On Thursday, March 30, 2023 at 5:00:10 A

Re: GSOC 2023 Discussion and Feedback: Database-level Cascades

2023-03-29 Thread charettes
The difficulty of switching to database level constraint effectively resides in how your lose the great parts of cascade deletion emulations most notably signals post and pre-delete signals. If you're willing to make this compromise then you must make sure that all cycle of model relationships

Re: GSOC 2023 Discussion and Feedback: Database-level Cascades

2023-03-29 Thread Carlton Gibson
Hey David. Nice example! I've done this, again just PostgreSQL, overriding the schema editor's sql_create_fk and sql_create_column_inline_fk to add to the necessary ON DELETE (for an FK subclass), but doing it with a constraint is a lovely touch. (I shall play with that 😜) I didn't look at

Re: GSOC 2023 Discussion and Feedback: Database-level Cascades

2023-03-27 Thread David Sanders
Hi Akash, Database-level cascading deletes is a topic that has been discussed often since, well probably the dawn of Django 😁 From recollection the main issue isn't the implementation, it's getting it to play nicely with Django's cascading emulation. There are other tickets, but I believe this i

Re: GSOC 2023 Proposal Feedback on Security: Bring CORS and CSP into core

2023-03-08 Thread Anvesh Mishra
Thanks Carlton, My bad will make sure to keep the discussion in one place. 😓 On Wednesday, March 8, 2023 at 12:44:38 PM UTC+5:30 Carlton Gibson wrote: > Hi Anvesh. > > I replied to your forum post: > https://forum.djangoproject.com/t/gsoc-2023-discussion-on-security-bring-cors-and-csp-into-cor

Re: GSOC 2023 Proposal Feedback on Security: Bring CORS and CSP into core

2023-03-07 Thread Carlton Gibson
Hi Anvesh. I replied to your forum post: https://forum.djangoproject.com/t/gsoc-2023-discussion-on-security-bring-cors-and-csp-into-core/18932/7 — let's keep the discussion in one place please. Thanks. On Tue, 7 Mar 2023 at 17:59, Anvesh Mishra wrote: > I created a draft proposal GSOC Proposal

Re: GSOC 2023

2023-01-10 Thread Tim Graham
Hello all, please take a look at https://docs.djangoproject.com/en/dev/internals/contributing/new-contributors/ to find advice for new contributors. On Tuesday, January 10, 2023 at 11:26:12 AM UTC-5 arpitasriv...@gmail.com wrote: > Hello Everyone , myself Arpita Srivastava a pre final year com

Re: GSOC 2023

2023-01-08 Thread Barhamou Hama
hello to you and welcome. you can do like me, start here https://forum.djangoproject.com/latest Le samedi 7 janvier 2023 à 16:19:27 UTC+1, rudran...@gmail.com a écrit : > Hello!! everyone, I am Rudranil, I am a student , majoring in Computer > science, I am from India. > My skills sets include

Re: GSOC 2023

2023-01-08 Thread Umair Anwar (Software Developer)
Hello Rudran, I want to join in too. It would be great if somebody could help. On Saturday, January 7, 2023 at 8:19:27 PM UTC+5 rudran...@gmail.com wrote: > Hello!! everyone, I am Rudranil, I am a student , majoring in Computer > science, I am from India. > My skills sets include python, Djang