8000 Comparing 3.2.2...3.2.3 · django/django · GitHub
[go: up one dir, main page]

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.2
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.3
Choose a head ref
  • 12 commits
  • 23 files changed
  • 4 contributors

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    40ad501 View commit details
    Browse the repository at this point in the history
  2. [3.2.x] Added CVE-2021-32052 to security archive.

    Backport of efebcc4 from main
    felixxm committed May 6, 2021
    Configuration menu
    Copy the full SHA
    0262579 View commit details
    Browse the repository at this point in the history
  3. [3.2.x] Added stub release notes for Django 3.2.3.

    Backport of 2977907 from main
    felixxm committed May 6, 2021
    Configuration menu
    Copy the full SHA
    8afb677 View commit details
    Browse the repository at this point in the history
  4. [3.2.x] Fixed typo in docs/internals/contributing/writing-documentati…

    …on.txt.
    
    Backport of c240cee from main
    ngnpope authored and felixxm committed May 6, 2021
    Configuration menu
    Copy the full SHA
    bdd5654 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. [3.2.x] Refs #32718 -- Corrected CVE-2021-31542 release notes.

    Backport of d1f1417 from main
    felixxm committed May 12, 2021
    Configuration menu
    Copy the full SHA
    dc7b495 View commit details
    Browse the repository at this point in the history
  2. [3.2.x] Fixed a typo in docs/ref/models/fields.txt.

    datetime.date.utcnow() doesn't exist, should be .today().
    
    Backport of 88b3982 from main
    ngnpope authored and carltongibson committed May 12, 2021
    Configuration menu
    Copy the full SHA
    fab710d View commit details
    Browse the repository at this point in the history
  3. [3.2.x] Refs #32366 -- Avoided use of datetime.utcnow() in the docume…

    …ntation.
    
    Backport of 69ffb1a from main
    ngnpope authored and carltongibson committed May 12, 2021
    Configuration menu
    Copy the full SHA
    cd84f7a View commit details
    Browse the repository at this point in the history
  4. [3.2.x] Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd'…

    … connection options in MySQL backend.
    
    The 'db' and 'passwd' connection options have been deprecated, use
    'database' and 'password' instead (available since mysqlclient >= 1.3.8).
    
    This also allows the 'database' option in DATABASES['OPTIONS'] on MySQL.
    
    Backport of 1061f52 from main
    ngnpope authored and felixxm committed May 12, 2021
    Configuration menu
    Copy the full SHA
    4318e60 View commit details
    Browse the repository at this point in the history
  5. [3.2.x] Fixed #26721 -- Doc'd setting UTF-8 on Windows.

    Backport of 0456d3e from main
    smithdc1 authored and felixxm committed May 12, 2021
    Configuration menu
    Copy the full SHA
    d6b6eda View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. [3.2.x] Fixed #32717 -- Fixed filtering of querysets combined with th…

    …e | operator.
    
    Address a long standing bug in a Where.add optimization to discard
    equal nodes that was surfaced by implementing equality for Lookup
    instances in bbf141b.
    
    Thanks Shaheed Haque for the report.
    
    Backport of b81c756 from main
    charettes authored and felixxm committed May 13, 2021
    Configuration menu
    Copy the full SHA
    386caa5 View commit details
    Browse the repository at this point in the history
  2. [3.2.x] Fixed #32718 -- Relaxed file name validation in FileField.

    - Validate filename returned by FileField.upload_to() not a filename
      passed to the FileField.generate_filename() (upload_to() may
      completely ignored passed filename).
    - Allow relative paths (without dot segments) in the generated filename.
    
    Thanks to Jakub Kleň for the report and review.
    Thanks to all folks for checking this patch on existing projects.
    Thanks Florian Apolloner and Markus Holtermann for the discussion and
    implementation idea.
    
    Regression in 0b79eb3.
    Backport of b556999 from main
    felixxm committed May 13, 2021
    Configuration menu
    Copy the full SHA
    224b8e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9385fa2 View commit details
    Browse the repository at this point in the history
Loading
0