Re: First Contributio Django

2022-01-05 Thread Richard Dushime
OKAY LET ME GO THROUGH THANK YOU On Wednesday, January 5, 2022 at 7:47:52 PM UTC+3 Adam Johnson wrote: > Hi, if you have everything set up, try the first patch tutorial: > https://docs.djangoproject.com/en/4.0/intro/contributing/ . This guides > you through writing a code change and the

Re: First Contributio Django

2022-01-05 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi, if you have everything set up, try the first patch tutorial: https://docs.djangoproject.com/en/4.0/intro/contributing/ . This guides you through writing a code change and the respective unit tests. It should clarify the page you've been looking at, which is more of a reference. On Wed, 5 Jan

Re: Combining multiple aggregations with annotate()

2022-01-05 Thread charettes
While addressing the issue is complex and will require quite a bit of work to solve in a backward-compatible way I believe that it should be feasible to emit a MultipleMultiValuedJoin(RuntimeWarning) with pointers for alternatives (e.g. using subqueries) without too much hassle when

First Contributio Django

2022-01-05 Thread Richard Dushime
Greetings to you All i am Dushime Mudahera Richard a learner of python and Django i would like to make contribution to Django and on the first step i read thye documentation towards Contributing to Django and i went Ahead cloned the django repositoryi created the virtualenviroment

Re: Combining multiple aggregations with annotate()

2022-01-05 Thread Yonas
In that case, at least there should be a warning message in the documentation. And what do you think of the example? Isn't it contradicting the documentation? On Wednesday, January 5, 2022 at 5:16:43 PM UTC+3 niccol...@gmail.com wrote: > I would be in favor of a real time information about the

Re: Combining multiple aggregations with annotate()

2022-01-05 Thread Kye Russell
I haven’t looked at the current warning in a while but I do remember thinking that it could be more prominent. Kye > On 5 Jan 2022, at 10:16 pm, Niccolò Mineo wrote: > > I would be in favor of a real time information about the issue. > Il giorno mercoledì 5 gennaio 2022 alle 15:13:17 UTC+1

Re: Combining multiple aggregations with annotate()

2022-01-05 Thread Niccolò Mineo
I would be in favor of a real time information about the issue. Il giorno mercoledì 5 gennaio 2022 alle 15:13:17 UTC+1 Yonas ha scritto: > Hello, > > There's a ticket opened 13 > years ago explaining a problem with combining multiple aggregations

Combining multiple aggregations with annotate()

2022-01-05 Thread Yonas
Hello, There's a ticket opened 13 years ago explaining a problem with combining multiple aggregations with annotate(). And the solution appears to be documenting

Re: Django security releases issued: 4.0.1, 3.2.11, and 2.2.26

2022-01-05 Thread SJ Postmus
Dear Florian, Thank you for taking the time to reply to this email. From: django-developers@googlegroups.com on behalf of Florian Apolloner Sent: 04 January 2022 16:45 To: Django developers (Contributions to Django itself) Subject: Re: Django security releases issued: 4.0.1, 3.2.11, and