#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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/da16f39c-8405-4dde-891a-e944e97c33d9n%40googlegroups.com.


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)
>
> 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 unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/da16f39c-8405-4dde-891a-e944e97c33d9n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMyDDM0jZAhr9fyUnvFaUN2yckOoQPiLwKwrMCJUqe3ASC0_tg%40mail.gmail.com.


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_USE_SESSIONS=False case (accepted) 
   https://code.djangoproject.com/ticket/32882 - Problems when comparing 
two fields with None value using F() in Case() (duplicate) 
   https://code.djangoproject.com/ticket/32887 - v3.2.4 regression - 
Invalid path type: PurePosixPath (invalid) 
   https://code.djangoproject.com/ticket/17292 - Add support for several 
authors in syndication framework (wontfix) 
   https://code.djangoproject.com/ticket/32888 - Using select_for_update 
with self as an of-argument gets dropped when only selecting fields on 
related model (invalid) 
   https://code.djangoproject.com/ticket/32890 - Consider ranking the 
documentation search results. (invalid) 
   https://code.djangoproject.com/ticket/32892 - Optimisation for 
parse_datetime by preferring datetime.fromisoformat for well-formed values. 
(accepted)
   https://code.djangoproject.com/ticket/32894 - isinstance() checks with 
non-configured LazySettings raise an exception. (needsinfo) 
   https://code.djangoproject.com/ticket/32895 - Incorrectly disallowing 
negative integer for window range end (duplicate) 
   https://code.djangoproject.com/ticket/32896 - Exclude on expressions not 
being negated as expected (duplicate) 

*Reviewed/committed: *
   https://github.com/django/django/pull/14560 - [3.2.x] Updated 
translations from Transifex. 
   https://github.com/django/django/pull/14485 - Refs #32800 -- Improved 
CsrfViewMiddleware test coverage. 
   https://github.com/django/django/pull/14552 - Fixed some inconsistencies 
in tests for JSONBAgg. 
   https://github.com/django/django/pull/14558 - Fixed #32807 -- Fixed 
JSONField crash when redisplaying None values. 
   https://github.com/django/django/pull/14561 - Refs #32880 -- Rearranged 
logging security notes. 
   https://github.com/django/django/pull/14559 - Fixed #32381 -- Made 
QuerySet.bulk_update() return the number of objects updated. 
   https://github.com/django/django/pull/14567 - Fixed #32884 -- Fixed 
centering of the header on admin login page. 
   https://github.com/django/django/pull/14565 - Fixed #32843 -- Ensured 
CSRF tests' _get_GET_csrf_cookie_request() sets request.method. 
   https://github.com/django/django/pull/14436 - Refs #29898 -- Moved 
state_forwards()'s logic from migration operations to ProjectState. 
   https://github.com/django/django/pull/14572 - Refs #32655 -- Improved 
error if iter_test_cases() is passed a string. 
   https://github.com/django/django/pull/14566 - Refs #32880 -- Moved 
logging reference to new document. 
   https://github.com/django/django/pull/14570 - Fixed #32885 -- Removed 
cookie-based token specific logic from CsrfViewMiddlewareTestMixin. 
   https://github.com/django/django/pull/14448 - Fixed #32786 -- Moved 
subquery ordering clearing optimization to the _in lookup. 
   https://github.com/django/django/pull/14564 - Fixed #32850 -- Doc'd 
Sitemap.paginator.
   https://github.com/django/django/pull/14576 - Refs #32880 -- 
Renamed/reordered logging topic sections. 
   https://github.com/django/django/pull/14580 - Fixed #32893 -- Fixed 
serialization of models.Model class in migrations. 
   https://github.com/django/django/pull/14430 - Fixed #26430 -- Fixed 
coalesced aggregation of empty result sets. 
   https://github.com/django/django/pull/14367 - Fixed #28935 -- Fixed 
display of errors in extended blocks. 
   https://github.com/django/django/pull/14584 - Fixed #30934 -- Included 
database alias in django.db.backends log messages.

*Authored: *
   https://github.com/django/django/pull/14562 - Refs #26430 -- Added tests 
for PostgreSQL-specific aggregates on EmptyQuerySets.

Best,
Mariusz

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/0b88d018-4ac7-471c-9e0f-ce8202e3ed63n%40googlegroups.com.


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. word1 is there 
for 12 times in a string and same is the case for word2.
so I need help and your help would be appreciated.
thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/cace7656-d8d7-4c05-8520-d90642435da0n%40googlegroups.com.


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
to answer your support query with their limited time and energy.

For support, please follow the "Getting Help" page:
https://docs.djangoproject.com/en/3.2/faq/help/ . This will help you find
people who are willing to support you, and to ask your question in a way
that makes it easy for them to answer.

Thanks for your understanding and all the best,

Adam

On Tue, 6 Jul 2021 at 14:08, DJANGO DEVELOPER 
wrote:

> 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. word1 is there
> for 12 times in a string and same is the case for word2.
> so I need help and your help would be appreciated.
> thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/cace7656-d8d7-4c05-8520-d90642435da0n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMyDDM3JutaJ8%3D8k-XwN7VpxDD5CZiOMLk6Y7N2fYrdMYUyPgg%40mail.gmail.com.


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 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
> to answer your support query with their limited time and energy.
>
> For support, please follow the "Getting Help" page:
> https://docs.djangoproject.com/en/3.2/faq/help/ . This will help you find
> people who are willing to support you, and to ask your question in a way
> that makes it easy for them to answer.
>
> Thanks for your understanding and all the best,
>
> Adam
>
> On Tue, 6 Jul 2021 at 14:08, DJANGO DEVELOPER 
> wrote:
>
>> 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. word1 is there
>> for 12 times in a string and same is the case for word2.
>> so I need help and your help would be appreciated.
>> thanks.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django developers (Contributions to Django itself)" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-developers+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-developers/cace7656-d8d7-4c05-8520-d90642435da0n%40googlegroups.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/CAMyDDM3JutaJ8%3D8k-XwN7VpxDD5CZiOMLk6Y7N2fYrdMYUyPgg%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CACbngZfF9SA4MtabaK1N6ad35T4xHK%3DYaC5vMVoDG4LwTFuBNg%40mail.gmail.com.


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 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 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
>> to answer your support query with their limited time and energy.
>>
>> For support, please follow the "Getting Help" page:
>> https://docs.djangoproject.com/en/3.2/faq/help/ . This will help you
>> find people who are willing to support you, and to ask your question in a
>> way that makes it easy for them to answer.
>>
>> Thanks for your understanding and all the best,
>>
>> Adam
>>
>> On Tue, 6 Jul 2021 at 14:08, DJANGO DEVELOPER 
>> wrote:
>>
>>> 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. word1 is there
>>> for 12 times in a string and same is the case for word2.
>>> so I need help and your help would be appreciated.
>>> thanks.
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django developers (Contributions to Django itself)" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-developers+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-developers/cace7656-d8d7-4c05-8520-d90642435da0n%40googlegroups.com
>>> 
>>> .
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django developers (Contributions to Django itself)" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-developers+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-developers/CAMyDDM3JutaJ8%3D8k-XwN7VpxDD5CZiOMLk6Y7N2fYrdMYUyPgg%40mail.gmail.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/CACbngZfF9SA4MtabaK1N6ad35T4xHK%3DYaC5vMVoDG4LwTFuBNg%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAKPY9pkfVrWvoeaV3YR7ek_H0JJWtJNKMPscrp5qd8OHCoACQg%40mail.gmail.com.