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: 4.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: 4.2.6
Choose a head ref
  • 16 commits
  • 27 files changed
  • 5 contributors

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    a9686cb View commit details
    Browse the repository at this point in the history
  2. [4.2.x] Added CVE-2023-41164 to security archive.

    Backport of 8a98768 from main
    felixxm committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a1dd785 View commit details
    Browse the repository at this point in the history
  3. [4.2.x] Added stub release notes for 4.2.6.

    Backport of a534835 from main
    felixxm committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    592ebd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    39cb3b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. [4.2.x] Fixed #34821 -- Prevented DEFAULT_FILE_STORAGE/STATICFILES_ST…

    …ORAGE settings from mutating the main STORAGES.
    
    Regression in 6b965c6.
    Backport of a7c73b9 from main
    felixxm committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    97e8a2a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. [4.2.x] Doc'd HttpResponse.cookies.

    Backport of 5bfb3cb from main
    Michele Mazzucchi authored and felixxm committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8661226 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. [4.2.x] Corrected QuerySet.prefetch_related() note about GenericRelat…

    …ion().
    
    GenericRelation is a reverse generic relationship so it's always
    homogeneous. Mentioning this as a restriction is confusing.
    Backport of 88b5b7b from main
    felixxm committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    ff26e6a View commit details
    Browse the repository at this point in the history
  2. [4.2.x] Fixed typo in docs/howto/custom-file-storage.txt.

    Backport of aebedb7 from main
    unrealrinku authored and felixxm committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    d485aa2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. [4.2.x] Added updating the Django release process on Trac to release …

    …steps.
    
    Backport of 7c1cf58 from main
    felixxm authored and nessita committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c70f08c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. [4.2.x] Refs #34808 -- Doc'd that aggregation functions on empty grou…

    …ps can return None.
    
    Backport of 78b5c90 from main
    shangxiao authored and nessita committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b08f53f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. [4.2.x] Fixed #34840 -- Avoided casting string base fields on Postgre…

    …SQL.
    
    Thanks Alex Vandiver for the report.
    
    Regression in 09ffc5c.
    
    Backport of 779cd28 from main.
    felixxm committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a148461 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. [4.2.x] Refs #34320 -- Skipped SchemaTests.test_rename_field_with_che…

    …ck_to_truncated_name on MariaBD 10.5.2+.
    
    This crashes since MariaDB was bumped to 10.5 on Jenkins.
    felixxm authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fec4ed0 View commit details
    Browse the repository at this point in the history
  2. [4.2.x] Added warning about flatpages and untrusted users.

    Backport of 571bab9 from main
    felixxm committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    dd0bf63 View commit details
    Browse the repository at this point in the history
  3. [4.2.x] Added stub release notes and release date for 4.2.6, 4.1.12, …

    …and 3.2.22.
    
    Backport of 5e4b75b from main
    nessita committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    39fc3f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. [4.2.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in django.uti…

    …ls.text.Truncator when truncating HTML text.
    
    Thanks Wenchao Li of Alibaba Group for the report.
    nessita committed Oct 4, 2023
    1 Configuration menu
    Copy the full SHA
    be9c27c View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    c22017b View commit details
    Browse the repository at this point in the history
Loading