Re: Another approach to ticket373:Add support for multiple-column primary keys

2021-03-15 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi Arisophy I am interested in seeing composite PK's land in Django - I recently made a composite PK table for a client with a hack to make it work on Django. I'm sure others are interested too - I just guess at this point there is not so much momentum on the topic since it's so long running with

Re: Difference between AdminSite.admin_view and staff_member_required?

2021-03-15 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
+1 for deprecating. > Yes, it can be reduced to a `user_passes_test` call, but that's more > verbose for a limited gain (given that this convenience method already > exists, is tested, etc). > I don't see this as an argument not to deprecate staff_member_required, since the verbosity of

Re: Participating in GSoC to get exposure to the developer’s world

2021-03-15 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Welcome Vikky, Have you had a look at the GSoC wiki page? https://code.djangoproject.com/wiki/SummerOfCode2021 . Do you have any ideas what you'd like to work on? I'll also paste below the normal text for anyone seeking to contribute. Thanks, Adam -- There are many different ways to

Re: Contributing for GSOC

2021-03-15 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi Ananth I responded in the other thread you started: https://groups.google.com/g/django-developers/c/EEij1pzCVD8/m/FkWfc9iHAQAJ As far as GSoC goes we have limited slots and successful candidates have often made some contributions to Django or a similar project before, even if small. If you

Re: GSOC participation-What next?

2021-03-15 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi Anath, Did you see the Wiki page on GSoC? https://code.djangoproject.com/wiki/SummerOfCode2021 Let us know if you have any specific questions after reading that, and the below links I send to everyone who asks about contributing! Thanks, Adam --- There are many different ways to

Contributing for GSOC

2021-03-15 Thread Ananth Raghav
Hello my name is Ananth Raghav and I am planning to participate in GSOC 2021. I would be grateful if the community could offer me some advice with the following doubts. I have read the GSOC website for contributing and have basic knowledge of python and how to write tests in Django, how to

GSOC participation-What next?

2021-03-15 Thread Ananth Raghav
Hello I have read most of the tutorials for beginners on Django's templates such as forms, authentication, database etc. and I was wondering as to whether that will be enough for contributing to Django. If not, could the community please suggest what else should I explore in order to get better

Participating in GSoC to get exposure to the developer’s world

2021-03-15 Thread Vikky Kumar
Hello, My name is Vikky Kumar from India and I study computer engineering . I have a decent experience in Python, HTML and CSS. I have been using Django as my framework for over a year now and I will like to contribute to the Django community anyway. I am very much interested in

Re: Working in Django project through GSOC

2021-03-15 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi Adarsh, Did you see the Wiki page on GSoC? https://code.djangoproject.com/wiki/SummerOfCode2021 Let us know if you have any specific questions after reading that, and the below links I send to everyone who asks about contributing! Thanks, Adam --- There are many different ways to

Working in Django project through GSOC

2021-03-15 Thread Adarsh Raj Shivam
Hey, I am Adarsh, I am planning to participate in GSOC. I need some kind of direction of where I should start. I can work in python. Thank you -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To

Re: Fellow Reports - March 2021

2021-03-15 Thread Mariusz Felisiak
Week ending March 14, 2021 Rename branch "master" to "main" for: - django/django - django/django-docker-box *Triaged: * https://code.djangoproject.com/ticket/32520 - Making the admin keyboard-only friendly (duplicate) https://code.djangoproject.com/ticket/32521 - Possible