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.1.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.1.6
Choose a head ref
  • 20 commits
  • 31 files changed
  • 8 contributors

Commits on Jan 14, 2025

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

    Backport of 3b46bea from main.
    nessita committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    7b8fca7 View commit details
    Browse the repository at this point in the history
  3. [5.1.x] Added CVE-2024-56374 to security archive.

    Backport of f2a1dca from main.
    nessita committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    dd2247d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. [5.1.x] Fixed #36098 -- Fixed validate_ipv6_address()/validate_ipv46_…

    …address() crash for non-string values.
    
    Regression in ca2be77.
    
    Backport of b3c5830 from main.
    felixxm authored and nessita committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    c81669c View commit details
    Browse the repository at this point in the history
  2. [5.1.x] Simplified GeoIP2._query() when passing IPv4Address()/IPv6Add…

    …ress() instances.
    
    There is no need to call validate_ipv46_address() for
    ipaddress.IPv4Address()/ipaddress.IPv6Address() instances since this
    relies on trying to create these kind objects from strings, so they will
    always be valid.
    
    Backport of 0cabed9 from main.
    felixxm authored and nessita committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    1c29ab2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. [5.1.x] Refs #32193 -- Updated python-memcached to pymemcache in cont…

    …ributing guide.
    
    Follow up to 05f3a61.
    Backport of 337c641 from main
    felixxm committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    db56307 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. [5.1.x] Refs 35653 -- Clarified docs for EMAIL_SSL_CERTFILE and EMAIL…

    …_SSL_KEYFILE settings.
    
    Backport of 136a1e8 from main.
    dbIgel authored and nessita committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    9213226 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. [5.1.x] Fixed #36125 -- Switched docs to use chat.djangoproject.com w…

    …hen referencing the Discord server.
    
    Backport of 9a1f186 from main.
    bmispelon authored and nessita committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    230df91 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. [5.1.x] Fixed ambiguous pronoun reference in docs/ref/models/fields.txt.

    Backport of 9cc3970 from main.
    cliff688 authored and sarahboyce committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    8ad0d09 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. [5.1.x] Updated the release process documentation to reflect the curr…

    …ent process.
    
    Backport of 0ba35a4 from main.
    sarahboyce committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    3c1f94d View commit details
    Browse the repository at this point in the history
  2. [5.1.x] Clarified the Releaser's discretion for determining and postp…

    …oning the release date.
    
    Backport of 8a6b417 from main.
    sarahboyce committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    9d1945d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Configuration menu
    Copy the full SHA
    4f0169e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    173edeb View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. [5.1.x] Fixed #36162 -- Fixed the black Makefile docs rule to work …

    …on macOS.
    
    The `make black` target in the docs directory used Linux-specific
    syntax for its `find` command. Changed to syntax that also works
    on macOS and other BSD Unix variants.
    Backport of 248d845 from main.
    medmunds authored and nessita committed Feb 2, 2025
    Configuration menu
    Copy the full SHA
    76b4fb7 View commit details
    Browse the repository at this point in the history
  2. [5.1.x] Fixed #36140 -- Allowed BaseUserCreationForm to define non re…

    …quired password fields.
    
    Regression in e626716.
    
    Thanks buffgecko12 for the report and Sarah Boyce for the review.
    
    Backport of d15454a from main.
    nessita committed Feb 2, 2025
    Configuration menu
    Copy the full SHA
    8552eef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    328d54f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. [5.1.x] Refs #35612 -- Extended docs on how the security team evaluat…

    …es reports.
    
    Co-authored-by: Shai Berger <shai@platonix.com>
    
    Backport of f609a2d from main.
    nessita committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    b814f4c View commit details
    Browse the repository at this point in the history
  2. [5.1.x] Clarified docs for default email value in UserManager.create_…

    …user().
    
    Backport of 5da3ad7 from main.
    amirreza8002 authored and nessita committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    4a04944 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. [5.1.x] Added release date for 5.1.6, 5.0.12, and 4.2.19.

    Backport of 294cc96 from main.
    nessita committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    df27e43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c9973c View commit details
    Browse the repository at this point in the history
Loading