#32907 Allow duplicate headers while sending email

2021-07-06 Thread shrwnkr
Hi, can we talk more about this, ticket (https://code.djangoproject.com/ticket/32907) I am happy to implement this if it helps the community Thanks -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To un

Re: #32907 Allow duplicate headers while sending email

2021-07-06 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi, If you just opened a ticket there's no need to come directly to the mailing list. Someone will respond to you on the ticket tracker first. Thanks, Adam On Tue, 6 Jul 2021 at 10:55, shrwnkr wrote: > Hi, > can we talk more about this, ticket ( > https://code.djangoproject.com/ticket/32907)

Re: Fellow Reports - June 2021

2021-07-06 Thread Mariusz Felisiak
Week ending July 4, 2021 Released Django 3.2.5 and 3.1.13. *Triaged: * https://code.djangoproject.com/ticket/32884 - Login header title is slightly off-center (accepted) https://code.djangoproject.com/ticket/32885 - CsrfViewMiddlewareTestMixin contains some logic specific to the CSRF_U

Django | Counting word frequency.

2021-07-06 Thread DJANGO DEVELOPER
Hi I am developing a django project and I want to count word frequency at the django admin side. I have managed to do it on front-end side but now I also want to do it on django admin side. example: any_string = {'word1': 12,'word2': 29} this the example because I want to get the data this way.

Re: Django | Counting word frequency.

2021-07-06 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely t

Re: Django | Counting word frequency.

2021-07-06 Thread Abeer Eltanawy
django-us...@googlegroups.com is the group you probably seek. Good luck! On Tue, Jul 6, 2021 at 3:37 PM 'Adam Johnson' via Django developers (Contributions to Django itself) wrote: > Hi! > > I think you've found the wrong mailing list for this post. This mailing > list is for discussing the dev

Re: Django | Counting word frequency.

2021-07-06 Thread DJANGO DEVELOPER
oh sorry. I couldn't able to recognise it so it is my fault guys. sorry. and thanks for the guidance. On Tue, Jul 6, 2021 at 9:49 PM Abeer Eltanawy wrote: > django-us...@googlegroups.com is the group you probably seek. > > Good luck! > > On Tue, Jul 6, 2021 at 3:37 PM 'Adam Johnson' via Django d