Skip to content
/ django Public
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.1.8
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.1.9
Choose a head ref
  • 12 commits
  • 19 files changed
  • 6 contributors

Commits on Apr 2, 2025

  1. Configuration menu
    Copy the full SHA
    ac90c54 View commit details
    Browse the repository at this point in the history
  2. [5.1.x] Added CVE-2025-27556 to security archive.

    Backport of b83dab7 from main.
    sarahboyce committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    be13608 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. [5.1.x] Fixed #35980 -- Updated setuptools to normalize package names…

    … in built artifacts.
    
    Backport of 3ae049b from main.
    ngnpope authored and nessita committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    bbf376b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. [5.1.x] Fixed #36298 -- Truncated the overwritten file content in fil…

    …e_move_safe().
    
    Regression in 58cd490.
    
    Thanks Baptiste Mispelon for the report.
    
    Backport of 8ad3e80 from main.
    sarahboyce committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    39b144b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2025

  1. [5.1.x] Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs …

    …build.
    
    Backport of ac16d28 from main
    bmispelon authored and felixxm committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    af6d305 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Configuration menu
    Copy the full SHA
    3215e2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aa0224 View commit details
    Browse the repository at this point in the history
  3. [5.1.x] Fixed #36341 -- Preserved whitespaces in wordwrap template fi…

    …lter.
    
    Regression in 55d89e2.
    
    This work improves the django.utils.text.wrap() function to ensure that
    empty lines and lines with whitespace only are kept instead of being
    dropped.
    
    Thanks Matti Pohjanvirta for the report and fix.
    
    Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
    
    Backport of 1e9db35 from main.
    Grrandi authored and nessita committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    09a1813 View commit details
    Browse the repository at this point in the history
  4. [5.1.x] Refs #36341 -- Added release notes for 5.1.9 and 4.2.21 for f…

    …ix in wordwrap template filter.
    
    Revision 1e9db35 fixed a regression in
    55d89e2, which also needs to be
    backported to the stable branches in extended support (5.1.x and 4.2.x).
    
    Backport of c86242d from main.
    nessita committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    660067f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. [5.1.x] Added upcoming security release to release notes.

    Backport of 0f5dd0d from main.
    nessita committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    1520d18 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. [5.1.x] Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags().

    Thanks to Elias Myllymäki for the report, and Shai Berger and Jake
    Howard for the reviews.
    
    Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
    
    Backport of 9f3419b from main.
    sarahboyce authored and nessita committed May 7, 2025
    Configuration menu
    Copy the full SHA
    0b42f6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db5c8a9 View commit details
    Browse the repository at this point in the history
Loading