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: 3.2.16
Choose a base ref
...
head repository: django/django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.17
Choose a head ref
  • 11 commits
  • 11 files changed
  • 5 contributors

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    7190b38 View commit details
    Browse the repository at this point in the history
  2. [3.2.x] Added CVE-2022-36359 to security archive.

    Backport of 93d4c9e from main
    carltongibson committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    accdd05 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. [3.2.x] Removed obsolete doc reference to asyncio.iscoroutinefunction.

    Backport of 970f61f from main
    ngnpope authored and felixxm committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    f6f0699 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. [3.2.x] Disabled auto-created table of contents entries on Sphinx 5.2+.

    Auto-created table of contents entries for all domain objects (e.g.
    functions, classes, attributes, etc.) were added in Sphinx 5.2, see
    sphinx-doc/sphinx#6316.
    
    An option to control new table of contents entries was added in Sphinx
    5.2.3, see sphinx-doc/sphinx#10886.
    Backport of 279967e from main
    felixxm committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    b381ab4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. [3.2.x] Corrected passenv value for tox 4.0.6+.

    Backport of 34b3288 from main
    stephenatgithub authored and felixxm committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    238e889 View commit details
    Browse the repository at this point in the history
  2. [3.2.x] Added stub release notes for 3.2.17.

    Backport of 1df963a from main
    carltongibson committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    4e31d3e View commit details
    Browse the repository at this point in the history
  3. [3.2.x] Adjusted release notes for 3.2.17.

    Backport of d8e1442 from main
    carltongibson committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    d215431 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. [3.2.x] Removed 'tests' path prefix in a couple tests.

    Backport of 694cf45 from main.
    timgraham authored and felixxm committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    4c2b261 View commit details
    Browse the repository at this point in the history
  2. [3.2.x] Fixed inspectdb.tests.InspectDBTestCase.test_custom_fields() …

    …on SQLite 3.37+.
    
    Use FlexibleFieldLookupDict which is case-insensitive mapping because
    SQLite 3.37+ returns some data type names upper-cased e.g. TEXT.
    Backport of 974e3b8 from main
    felixxm committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    9da4634 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. [3.2.x] Fixed CVE-2023-23969 -- Prevented DoS with pathological value…

    …s for Accept-Language.
    
    The parsed values of Accept-Language headers are cached in order to
    avoid repetitive parsing. This leads to a potential denial-of-service
    vector via excessive memory usage if the raw value of Accept-Language
    headers is very large.
    
    Accept-Language headers are now limited to a maximum length in order
    to avoid this issue.
    ngnpope authored and felixxm committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c7e0151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aed1bb5 View commit details
    Browse the repository at this point in the history
Loading