Week ending February 26, 2023

Released Django 4.2b1.

*Triaged:*
    https://code.djangoproject.com/ticket/34354 - models. Manager 
annotate() queryset conflict with models.Model (duplicate)
    https://code.djangoproject.com/ticket/34352 - Unify terms in Signals 
docs. (accepted)
    https://code.djangoproject.com/ticket/34356 - Memory leak when 
generating PDFs (invalid)
    https://code.djangoproject.com/ticket/34344 - PostGIS Database Backend 
Overrides features_class, ops_class and introspection_class (accepted)
    https://code.djangoproject.com/ticket/34357 - UniqueConstraint doesn't 
violate NULL values on SQLite. (invalid)
    https://code.djangoproject.com/ticket/31445 - Chain of unions leads to 
incorrect SQL query on MySQL. (wontfix)
    https://code.djangoproject.com/ticket/34360 - Django development server 
doesn't reload on TypeError of a CharField (duplicate)
    https://code.djangoproject.com/ticket/34361 - Missing the package 
"gdal-bin" results in Segmentation fault. (needsinfo)
    https://code.djangoproject.com/ticket/34362 - FilteredRelation doesn’t 
support conditional expression (accepted)
    https://code.djangoproject.com/ticket/34363 - floatformat() crashes on 
"0.0000" (accepted)
    https://code.djangoproject.com/ticket/34364 - Add Today to ORM 
db.models.functions.datetime (wontfix)
    https://code.djangoproject.com/ticket/34365 - add_form_template used as 
change_form_template when adding object when only declaring 
change_form_template (wontfix)
    https://code.djangoproject.com/ticket/34368 - Subquery referencing 
WINDOW expression breaks query compilation (accepted)
    https://code.djangoproject.com/ticket/34371 - Support creating aware 
datetime objects using django.utils.timezone (wontfix)
    https://code.djangoproject.com/ticket/34370 - IntegerField validators 
don't work if the database is SQLite, leading to overflow errors (accepted)

*Reviewed/committed:*
    https://github.com/django/django/pull/16571 - Fixed #34346 -- Ordered 
selected expressions by position.
    https://github.com/django/django/pull/16569 - Fixed #34349 -- Fixed 
FormSet.empty_form crash when deleting extra forms is disabled.
    https://github.com/django/django/pull/16586 - Moved 
DatabaseIntrospection.get_table_description() internal_size release note to 
"Database backend API" section.
    https://github.com/django/django/pull/16578 - Fixed #34355 -- 
Deprecated passing positional arguments to BaseConstraint.
    https://github.com/django/django/pull/16588 - Fixed #34363 -- Fixed 
floatformat crash on zero with trailing zeros.
    https://github.com/django/django/pull/16591 - Refs #33829 -- Added 
violation_error_message to constraints' __repr__().
    https://github.com/django/django/pull/16560 - Fixed #34338 -- Allowed 
customizing code of ValidationError in BaseConstraint and subclasses.
    https://github.com/django/django/pull/16593 - Refs #34320 -- Added 
skipIf for a test requiring check constraints.
    https://github.com/django/django/pull/12716 - Doc'd that Meta.indexes 
is preferred to Field.db_index.
    https://github.com/django/django/pull/16595 - Fixed #34366 -- Reduced 
AlterField operations when optimizing migrations.

*Reviewed:*
    https://github.com/django/django/pull/16495 - Fixed #32539 -- Added 
toggleable facet filters to ModelAdmin.

*Authored:*
    https://github.com/django/django/pull/16582 - Refs #16969 -- Added test 
for not initializing PostGIS-specific stuff for non-db connections.
    https://github.com/django/django/pull/16583 - Refs #31233 -- Added 
DatabaseWrapper._maindb_cursor() on Oracle.
    https://github.com/django/django/pull/16584 - Refs #31445 -- Added test 
for nesting QuerySet.union().
    https://github.com/django/django/pull/16594 - Refs #34338 -- Fixed 
isolation of constraints tests.

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/3d7bef66-380e-45b3-b05d-1aaef1f1be76n%40googlegroups.com.

Reply via email to