8000 Comparing 5.0.2...5.0.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: 5.0.2
Choose a base ref
8000
...
head repository: django/django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.3
Choose a head ref
  • 20 commits
  • 29 files changed
  • 14 contributors

Commits on Feb 6, 2024

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

    Backport of f61bc03 from main
    nessita committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d6f14b2 View commit details
    Browse the repository at this point in the history
  3. [5.0.x] Added CVE-2024-24680 to security archive.

    Backport of c650c14 from main
    nessita committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    fec087a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. [5.0.x] Fixed typo in docs/internals/contributing/writing-code/coding…

    …-style.txt.
    
    Backport of aaffbab from main
    heka1024 authored and felixxm committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    540b28f View commit details
    Browse the repository at this point in the history
  2. [5.0.x] Fixed #35172 -- Fixed intcomma for string floats.

    Thanks Warwick Brown for the report.
    
    Regression in 55519d6.
    Backport of 2f14c2c from main
    felixxm committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c22075a View commit details
    Browse the repository at this point in the history
  3. [5.0.x] Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash whe…

    …n all receivers are asynchronous.
    
    Regression in e83a885.
    
    Backport of 1b5338d from main
    illagrenan authored and felixxm committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    761e913 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. [5.0.x] Refs #34900, Refs #34118 -- Updated assertion in test_skip_cl…

    …ass_unless_db_feature() test on Python 3.12.2+.
    
    Python 3.12.2 bring back the skipped tests in the number of running
    tests. Refs
    python/cpython@0a73763
    
    Backport of bc8471f from main
    danigm authored and felixxm committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    1ba5afa View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. [5.0.x] Fixed #35173 -- Fixed ModelAdmin.lookup_allowed() for lookups…

    … on foreign keys when not included in ModelAdmin.list_filter.
    
    Regression in f80669d.
    
    Thanks Sarah Boyce for the review.
    Backport of 8db593d from main
    Hisham-Pak authored and nessita committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3a54e64 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. [5.0.x] Fixed #35187 -- Fixed @sensitive_variables/sensitive_post_par…

    …ameters decorators crash with .pyc-only builds.
    
    Thanks Jon Janzen for the implementation idea.
    
    Thanks Marcus Hoffmann for the report.
    
    Regression in 38e391e.
    Backport of d1be05b from main
    felixxm committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    41a4bba View commit details
    Browse the repository at this point in the history
  2. [5.0.x] Fixed #28011 -- Corrected Field.hidden docs.

    Backport of 7ba6c9e from main
    adamchainz authored and felixxm committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    23c7cbf View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. [5.0.x] Fixed #35153 -- Added note about locale name notation to FORM…

    …AT_MODULE_PATH docs.
    
    Co-authored-by: Paul Hermans <paul.hermans@benemtech.com>
    
    Backport of 9bd849c from main
    Sandjio authored and felixxm committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e72fdc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. [5.0.x] Fixed #35238 -- Fixed database serialization crash when base …

    …managers use prefetch_related().
    
    Regression in 1391356
    following deprecation in eedbf930287cb72e9afab1f7208c24b1146b0c4ec.
    
    Backport of a084c5d from main
    AlexCLeduc authored and felixxm committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    69e5b13 View commit details
    Browse the repository at this point in the history
  2. [5.0.x] Removed distracting note from tutorial 4.

    The note on a possible race condition is inappropriate in this
    tutorial setting. To quote Diátaxis:
    
    > Your job is to guide the learner to a successful conclusion. There
    > may be many interesting diversions along the way … - ignore them.
    
    Co-Authored-By: Ryan Hiebert <ryan@ryanhiebert.com>
    
    Backport of 0a646c8 from main
    carltongibson authored and felixxm committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5d9be66 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. [5.0.x] Added release date for 5.0.3, 4.2.11, and 3.2.25.

    Backport of 977d254 from main
    felixxm committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b1f2833 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. [5.0.x] Refs #34964 -- Doc'd that Q expression order is preserved.

    Backport of 7714ccf from main
    shangxiao authored and felixxm committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a8de04f View commit details
    Browse the repository at this point in the history
  2. [5.0.x] Removed #django-geo IRC channel in docs.

    It's been inactive for several years.
    Backport of 11695b8 from main
    felixxm committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    bf7fedc View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. [5.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.

    Backport of 3cb1ba5 from main
    kbehlers authored and felixxm committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    24de811 View commit details
    Browse the repository at this point in the history
  2. [5.0.x] Fixed #35198 -- Fixed facet filters crash on querysets with n…

    …o primary key.
    
    Thanks Simon Alef for the report.
    
    Regression in 868e2fc.
    
    Backport of a738281 from main
    adzshaf authored and felixxm committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    80761c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. [5.0.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncato…

    …r.words().
    
    Thanks Seokchan Yoon for the report.
    
    Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
    shaib and felixxm committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3394fc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b64d72 View commit details
    Browse the repository at this point in the history
Loading
0