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.5
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.6
Choose a head ref
  • 19 commits
  • 28 files changed
  • 11 contributors

Commits on Aug 6, 2025

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

    Backport of 0bff53b from main.
    sarahboyce committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    ad836aa View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. [5.2.x] Corrected code examples in topics docs.

    Backport of fa804d0 from main.
    Rohit10jr authored and sarahboyce committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    1d9f6c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. [5.2.x] Aligned format of constraint examples in docs/ref/models/cons…

    …traints.txt.
    
    Backport of fda3c17 from main.
    shangxiao authored and sarahboyce committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    4926591 View commit details
    Browse the repository at this point in the history
  2. [5.2.x] Refs #34378, #36143, #36416 -- Fixed isolation of LookupTests…

    ….test_in_bulk_preserve_ordering_with_batch_size().
    
    `max_query_params` is a property, so it must be patched on the class.
    
    Backport of a68e856 from main.
    jacobtylerwalls authored and nessita committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    a4e27c0 View commit details
    Browse the repository at this point in the history
  3. [5.2.x] Fixed test_utils.tests.HTMLEqualTests.test_parsing_errors fol…

    …lowing Python's HTMLParser fixed parsing.
    
    Further details about Python changes can be found in:
    python/cpython@0243f97.
    
    Refs #36499. Thank you Clifford Gama for the thorough review!
    
    Backport of e4515da from main.
    nessita committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    74fafe2 View commit details
    Browse the repository at this point in the history
  4. [5.2.x] Fixed #36499 -- Adjusted utils_tests.test_html.TestUtilsHtml.…

    …test_strip_tags following Python's HTMLParser new behavior.
    
    Python fixed a quadratic complexity processing for HTMLParser in:
    python/cpython@6eb6c5db.
    
    Backport of 2980627 from main.
    nessita committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    9a720d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. [5.2.x] Fixed spelling of "logged-in" when used as an adjective in docs.

    Backport of f5c944b from main.
    mengxunQAQ authored and nessita committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    38844c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. [5.2.x] Corrected release notes of calling format_html() without argu…

    …ments.
    
    Backport of bcddf64 from main
    felixxm committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    98972b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. [5.2.x] Refs #35530 -- Corrected deprecation message in auth.alogin().

    Follow up to ceecd51.
    
    Backport of b3166e1 from main.
    felixxm authored and sarahboyce committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    9c9ed6f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2025

  1. [5.2.x] Removed reference to flake8 file exclusions.

    Obsolete since 4138481.
    (six was removed in 9285926.)
    Backport of 165ad74 from main
    jacobtylerwalls authored and felixxm committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    f8e572e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. [5.2.x] Corrected definition of "needsinfo" triage stage in contribut…

    …ing guide.
    
    Backport of 66082a7 from main
    jacobtylerwalls committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    a486455 View commit details
    Browse the repository at this point in the history
  2. [5.2.x] Added stub release notes and release date for 5.2.6, 5.1.12, …

    …and 4.2.24.
    
    Backport of 4c71e33 from main.
    sarahboyce committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    51753bc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. [5.2.x] Fixed #35831 -- Documented the model form meta API in model f…

    …orm reference docs.
    
    Co-authored-by: Jonathan <3218047+jernwerber@users.noreply.github.com>
    Co-authored-by: Mustafa <117516335+mspirbhai@users.noreply.github.com>
    
    Backport of 183fceb from main.
    mspirbhai authored and sarahboyce committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    16a12a9 View commit details
    Browse the repository at this point in the history
  2. [5.2.x] Fixed #36431 -- Returned tuples for multi-column ForeignObjec…

    …t in values()/values_list().
    
    Thanks Jacob Walls and Simon Charette for tests.
    
    Signed-off-by: SaJH <wogur981208@gmail.com>
    
    Backport of bb7a770 from main
    JaeHyuckSa authored and jacobtylerwalls committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    ace59cb View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2025

  1. [5.2.x] Removed unused import in docs/ref/models/expressions.txt exam…

    …ple.
    
    Backport of 21603c5 from main
    cliffordgama authored and felixxm committed Aug 31, 2025
    Configuration menu
    Copy the full SHA
    ebec2c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. [5.2.x] Made cosmetic edits to 5.2.6 release notes.

    Backport of d044e25 from main.
    sarahboyce committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    e87ca3d View commit details
    Browse the repository at this point in the history
  2. [5.2.x] Fixed CVE-2025-57833 -- Protected FilteredRelation against SQ…

    …L injection in column aliases.
    
    Thanks Eyal Gabay (EyalSec) for the report.
    
    Backport of 5171171 from main.
    RealOrangeOne authored and sarahboyce committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    4c044fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75c4403 View commit details
    Browse the repository at this point in the history
Loading