Re: Django bugfix release: 3.2.6

2021-08-02 Thread Carlton Gibson
Sorry, there’s an issue[*] with the link in the previous email. Thanks Ad for 
spotting that. 

Correct link to today’s blog post is: 

https://www.djangoproject.com/weblog/2021/aug/01/bugfix-release/


[*]: It was an HTML link pointing to a different blog post than the anchor text 
said. 
  I shouldn’t use computers. 

> On 2 Aug 2021, at 08:37, Carlton Gibson  wrote:
> 
> Details are available on the Django project weblog:
> 
> https://www.djangoproject.com/weblog/2021/aug/01/bugfix-release/
> 
> 

-- 
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/7EA481ED-0152-4C57-97E5-CF0B520380B2%40gmail.com.


Re: datetime_safe deprecation

2021-08-02 Thread Matthew Hegarty
Hi - I missed it, but that is exactly what I was looking for
thanks

On Sunday, 1 August 2021 at 18:43:12 UTC+1 timog...@gmail.com wrote:

> Hi, did you consult the ticket? 
> https://code.djangoproject.com/ticket/32738
>
> On Sunday, August 1, 2021 at 1:09:04 PM UTC-4 mrhe...@gmail.com wrote:
>
>> I note that datetime_safe is to be removed in Django 5.0 
>> .
>>   
>> This module fixed the issue with the date padding for years < 1000, however 
>> this issue still remains .
>>
>> Please can anyone advise what the guidance is to fix this date formatting 
>> issue prior to the removal of the datetime_safe module?
>>
>> thank you
>>
>

-- 
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/6183a8ec-7122-471a-a935-e24cc964b2f5n%40googlegroups.com.


Re: Fellow Reports - July 2021

2021-08-02 Thread Mariusz Felisiak
Week ending August 1, 2021

*Triaged: *
   https://code.djangoproject.com/ticket/29112 - Make it easier to update 
specific keys within nested Django JSONField data. (duplicate) 
   https://code.djangoproject.com/ticket/32962 - Consolidate string 
concatenations in BaseDatabaseSchemaEditor.column_sql(). (accepted) 
   https://code.djangoproject.com/ticket/32963 - Combination of filter on 
the annotation and random order. (duplicate) 
   https://code.djangoproject.com/ticket/32948 - Optimise Q combination and 
inversion (accepted) 
   https://code.djangoproject.com/ticket/32965 - Django related manager 
allways choose db_for_read router and fail update/delete (invalid) 
   https://code.djangoproject.com/ticket/32966 - time-related 
_check_fix_default_value() methods can be optimized / simplified (accepted) 
   https://code.djangoproject.com/ticket/32967 - Buggy Migrations when 
`float("nan")` in `Q` objects (wontfix) 
   https://code.djangoproject.com/ticket/32969 - Improve pickling of 
HttpResponse instances (accepted) 
   https://code.djangoproject.com/ticket/32973 - Pass generator expression 
to str.join() instead of list / tuple throughout code base (wontfix) 
   https://code.djangoproject.com/ticket/32972 - Django ORM raw query not 
playing nice with Geometric Point objects (invalid) 
   https://code.djangoproject.com/ticket/32971 - System check methods can 
yield their items instead of creating lists at every layer (wontfix) 
   https://code.djangoproject.com/ticket/32974 - multiple form (invalid) 
   https://code.djangoproject.com/ticket/32977 - conditionalize Class Meta. 
I want to achieve something like this. How can i do it? (invalid) 

*Reviewed/committed: *
   https://github.com/django/django/pull/14672 - Fixed #32947 -- Fixed 
hash() crash on reverse M2M relation when through_fields is a list. 
   https://github.com/django/django/pull/14684 - Fixed #32957 -- Improved 
visibility of arguments sections in Model.save() docs. 
   https://github.com/django/django/pull/14691 - Fixed #32743 -- Added 
foreign key altering when altering type of referenced primary key with MTI. 
   https://github.com/django/django/pull/14640 - Fixed #32906 -- Added docs 
and tests for using key and index lookups on JSONBAgg results. 
   https://github.com/django/django/pull/14700 - Refs #32743 -- Fixed 
recreation of foreign key constraints when altering type of referenced 
primary key with MTI. 
   https://github.com/django/django/pull/14702 - Refs #32956 -- Changed 
"afterwards" to "afterward" in docs and comments. 
   https://github.com/django/django/pull/14701 - Fixed #32962 -- 
Consolidated string concatenations in 
BaseDatabaseSchemaEditor.column_sql(). 
   https://github.com/django/django/pull/14699 - Fixed #32946 -- Changed 
internal usage of dynamic Q() objects construction to use non-kwargs 
initialization. 
   https://github.com/django/django/pull/14705 - Fixed #32959 -- Moved 
tests URLs to validators.tests. 
   https://github.com/django/django/pull/14697 - Refs #32956 -- Lowercased 
"internet" and "email" where appropriate. 
   https://github.com/django/django/pull/14708 - Fixed #32956 -- Lowercased 
spelling of "web" and "web framework" where appropriate. 
   https://github.com/django/django/pull/14664 - Fixed #23895 -- Prevented 
pickling of ResolverMatch. 
   https://github.com/django/django/pull/14688 - Fixed #32916 -- Combined 
request.META['CSRF_COOKIE_USED'] and request.csrf_cookie_needs_reset. 
   https://github.com/django/django/pull/14712 - Removed unused and 
unnecessary words from docs/spelling_wordlist. 
   https://github.com/django/django/pull/14717 - Fixed #32966 -- Fixed 
TimeField.check() crash for timezone-aware times in default when USE_TZ = 
True. 
   https://github.com/django/django/pull/14713 - Refs #32956 -- Updated 
words ending in -wards. 

*Authored: *
   https://github.com/django/django/pull/14698 - Updated Python license for 
2021. 
   https://github.com/django/django/pull/14716 - Refs #32880 -- Made 
remaining titles consistent in how-to documents. 
   https://github.com/django/djangoproject.com/pull/1106 - Used GitHub 
Actions workflow.

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/92641470-ddd6-4be9-ac80-5d269de804d1n%40googlegroups.com.


Re: Django bugfix release: 3.2.6

2021-08-02 Thread Sean Carlo Bermejo
Hi Carlton,

Seems the link refers to a different url.
https://www.djangoproject.com/weblog/2020/oct/01/django-bugfix-release-312/

On Mon, Aug 2, 2021 at 2:37 PM Carlton Gibson 
wrote:

> Details are available on the Django project weblog:
>
> https://www.djangoproject.com/weblog/2021/aug/01/bugfix-release/
> 
>
> --
> 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/04867089-61B2-4963-AD4B-4D0E30207413%40gmail.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/CAADxw%3DPeGJjB7b4wd_XMHqe2_%3DTENbn%3DFqchnBDG1qraYiWNaA%40mail.gmail.com.