Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: django/django
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.2.9
Choose a base ref
...
head repository: django/django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.2.10
Choose a head ref
  • 9 commits
  • 10 files changed
  • 4 contributors

Commits on Dec 2, 2025

  1. Configuration menu
    Copy the full SHA
    a3a8f7a View commit details
    Browse the repository at this point in the history
  2. [5.2.x] Added stub release notes for 5.2.10.

    Backport of 8d4ec99 from main.
    nessita committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    27c508a View commit details
    Browse the repository at this point in the history
  3. [5.2.x] Added CVE-2025-13372 and CVE-2025-64460 to security archive.

    Backport of d0d5960 from main.
    nessita committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    322b717 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. [5.2.x] Refs #36499 -- Adjusted test_strip_tags following Python beha…

    …vior change for incomplete entities.
    
    Backport of 7b80b21 from main.
    jacobtylerwalls committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    5ca0f62 View commit details
    Browse the repository at this point in the history
  2. [5.2.x] Refs #27890 -- Avoided overwriting TMPDIR in runtests.py unde…

    …r forkserver mode.
    
    This variable should only be set once. Under forkserver, this module
    was getting executed multiple times, causing nested temporary dirs
    that didn't clean up properly, raising FileNotFoundError.
    
    This similar to #27890 although a slightly different cause.
    
    Backport of cd6278c from main.
    jacobtylerwalls committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    9cc231e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. [5.2.x] Fixed #36376 -- Fixed --no-color for command help in Python 3…

    ….14+.
    
    python/cpython#136809 made `color` default to
    True in ArgumentParser.
    
    Backport of d0d85cd from main.
    Skyiesac authored and jacobtylerwalls committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    8346657 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2025

  1. [5.2.x] Refs #33647 -- Fixed silent data truncation in bulk_create on…

    … Postgres.
    
    Regression in a16eedc.
    
    The UNNEST strategy is affected by the same problem bulk_update has wrt/
    to silent data truncation due to its usage of db_type which always returns
    a parametrized subtype.
    
    Backport of d6ae2ed from main.
    charettes authored and jacobtylerwalls committed Dec 31, 2025
    Configuration menu
    Copy the full SHA
    2ca2afd View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. [5.2.x] Added release date for 5.2.10.

    Backport of f6fd35f from main.
    jacobtylerwalls committed Jan 6, 2026
    Configuration menu
    Copy the full SHA
    e20d1c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a0005c View commit details
    Browse the repository at this point in the history
Loading