==========================
Django 5.2.8 release notes
==========================

*Expected November 5, 2025*

Django 5.2.8 fixes several bugs in 5.2.7 and adds compatibility with Python
3.14.

Bugfixes
========

* Added compatibility for ``oracledb`` 3.4.0 (:ticket:`36646`).

* Fixed a bug in Django 5.2 where ``QuerySet.first()`` and ``QuerySet.last()``
  raised an error on querysets performing aggregation that selected all fields
  of a composite primary key.
