Week ending January 22, 2023

*Triaged: *
   https://code.djangoproject.com/ticket/34260 - models.FloatField 
documentation doesn't mention that +inf, -inf, and NaN are invalid. 
(invalid) 
   https://code.djangoproject.com/ticket/34261 - Use {% url model_object %} 
to work with get_absolute_url (wontfix) 
   https://code.djangoproject.com/ticket/30129 - Allow creating models with 
fields values as a Subquery() with F() expressions (fixed) 
   https://code.djangoproject.com/ticket/34263 - File validators for MIME 
type, size, and extension. (wontfix) 
   https://code.djangoproject.com/ticket/34264 - Move note about session 
cookies to correct category (accepted) 
   https://code.djangoproject.com/ticket/34265 - Add ToDate ORM function 
(wontfix) 
   https://code.djangoproject.com/ticket/34267 - QuerySet.union() crashes 
with IndexError when getting cached results. (accepted) 
   https://code.djangoproject.com/ticket/34268 - Internationalization does 
not localize functional model choices (invalid) 
   https://code.djangoproject.com/ticket/34269 - Add Unnest PostgreSQL ORM 
function (wontfix) 
   https://code.djangoproject.com/ticket/34270 - Use @functools.cache 
instead of @functools.lru_cache(maxsize=None) (duplicate) 
   https://code.djangoproject.com/ticket/34272 - floatformat() crashes on 
"0.00". (accepted) 
   https://code.djangoproject.com/ticket/34273 - 
settings.DEFAULT_FILE_STORAGE is not the same as 
settings.STORAGES["default"] (invalid) 
   https://code.djangoproject.com/ticket/34275 - Add new Field named 
FieldAlias (wontfix) 
   https://code.djangoproject.com/ticket/34278 - Missing ngettext call in 
SelectFilter2.js (accepted) 

*Reviewed/committed: *
   https://github.com/django/django/pull/16451 - Refs #30129 -- Added test 
for create() with F() expression in Subquery. 
   https://github.com/django/django/pull/16458 - Fixed #23718 -- Doc'd that 
test mirrors require TransactionTestCase. 
   https://github.com/django/django/pull/16465 - Fixed #34264 -- Moved 
release note about session cookies into error reporting section. 
   https://github.com/django/django/pull/16478 - Refs #34233 -- Used 
aiter() and anext(). 
   https://github.com/django/django/pull/16481 - Refs #34233 -- Used 
types.NoneType. 
   https://github.com/django/django/pull/16480 - Refs #34233 -- Used 
@functools.cache. 
   https://github.com/django/django/pull/16468 - Fixed #32528 -- Replaced 
django.utils.topological_sort with graphlib.TopologicalSort(). 
   https://github.com/django/django/pull/16485 - Fixed #34272 -- Fixed 
floatformat crash on zero with trailing zeros to zero decimal places. 
   https://github.com/django/django/pull/16449 - Fixed #34266 -- Added 
ClosestPoint GIS database functions. 
   https://github.com/django/django/pull/16486 - Fixed #34267 -- Fixed 
sliced QuerySet.union() crash. 
   https://github.com/django/django/pull/16477 - Fixed #34242 -- Doc'd that 
primary key is set to None when deleting objects. 
   https://github.com/django/django/pull/16492 - Added short description to 
remove_stale_contenttypes command. 

*Authored: *
   https://github.com/django/django/pull/16460 - Fixed #34255 -- Made 
PostgreSQL backend use client-side parameters binding with psycopg version 
3. 
   https://github.com/django/django/pull/16463 - [4.2.x] Updated source 
translation catalogs. 
   https://github.com/django/django/pull/16467 - Fixed #34233 -- Dropped 
support for Python 3.8 and 3.9. 
   https://github.com/pypa/trove-classifiers/pull/128 - Add Django :: 4.2 
classifier. 
   https://github.com/django/django/pull/16469 - Doc'd that 4.2 is LTS. 
   https://github.com/django/django/pull/16472 - Refs #32339 -- Deprecated 
transitional form renderers. 
   https://github.com/django/django/pull/16476 - Refs #34233 -- Referenced 
isocalendar() results by names not indexes. 
   https://github.com/django/django/pull/16475 - Refs #34233 -- Used 
str.removeprefix()/removesuffix().

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/aaffb73b-947f-4244-a245-2a9c7bb35dd4n%40googlegroups.com.

Reply via email to