8000 Comparing 5.1.4...5.1.5 · 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.1.4
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.5
Choose a head ref
  • 16 commits
  • 27 files changed
  • 10 contributors

Commits on Dec 4, 2024

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

    Backport of 828afd7 from main.
    sarahboyce committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    22dca34 View commit details
    Browse the repository at this point in the history
  3. [5.1.x] Added CVE-2024-53907 and CVE-2024-53908 to security archive.

    Backport of 595cb4a from main.
    sarahboyce committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    d972812 View commit details
    Browse the repository at this point in the history
  4. [5.1.x] Cleaned up CVE-2024-53907 and CVE-2024-53908 security archive…

    … descriptions.
    
    Backport of eb665e0 from main.
    sarahboyce committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    65e8c8f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. [5.1.x] Removed links to outdated tools in docs/topics/performance.txt.

    Co-authored-by: Aman Sharma <210100011@iitb.ac.in>
    
    Backport of 6f38697 from main.
    amansharma612 authored and nessita committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    5f4252e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. [5.1.x] Refs #29850 -- Removed obsolete test_window_frame_raise_not_s…

    …upported_error.
    
    This NotSupportedError was removed in 6375cee
    because it will never be reached due to the same exception raised by
    Window.as_sql().
    
    Backport of 94436de from main.
    timgraham authored and sarahboyce committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    6f42b67 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. [5.1.x] Refs #27236 -- Remo 10000 ved references to index_together from Mode…

    …lState.from_model.
    
    It's not possible for ModelMeta.index_together to exist anymore.
    
    Backport of 44281bc from main.
    charettes authored and sarahboyce committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    85c3550 View commit details
    Browse the repository at this point in the history
  2. [5.1.x] Fixed #34856 -- Fixed references to index_together in histori…

    …cal migrations.
    
    While AlterUniqueTogether has been documented to be still allowed in historical
    migrations for the foreseeable future it has been crashing since 2abf417
    was merged because the latter removed support for Meta.index_together which the
    migration framework uses to render models to perform schema changes.
    
    CreateModel(options["unique_together"]) was also affected.
    
    Refs #27236.
    
    Co-authored-by: Simon Charette <charette.s@gmail.com>
    
    Backport of b44efdf from main.
    systemallica authored and sarahboyce committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    2ee6ca6 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. [5.1.x] Fixed typo in tutorial 5.

    Backport of 095f5db from main.
    cliff688 authored and nessita committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    638547b View commit details
    Browse the repository at this point in the history
  2. [5.1.x] Added stub release notes and release date for 5.1.5, 5.0.11, …

    …and 4.2.18.
    
    Backport of 53e21ee from main.
    nessita committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    0966cc7 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. [5.1.x] Strengthened wording on supported Python versions in FAQ.

    Backport of 007f143 from main.
    carltongibson authored and sarahboyce committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    6b9d5ac View commit details
    Browse the repository at this point in the history
  2. [5.1.x] Fixed #35999 -- Removed #django IRC channel references where …

    …appropriate.
    
    Some references are replaced with links to the Django Discord server.
    
    Backport of 15e207c from main.
    sarahboyce committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    8d81c47 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. [5.1.x] Fixed #36077 -- Corrected docs on pk value where Model.save()…

    … executes an UPDATE.
    
    The empty string is no longer special-cased since
    c2ba59f.
    
    Backport of d66137b from main.
    jacobtylerwalls authored and sarahboyce committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    b325864 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. [5.1.x] Made cosmetic edits to 5.1.5 release notes.

    Backport of 9a2dd97 from main.
    nessita committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    d6749de View commit details
    Browse the repository at this point in the history
  2. [5.1.x] Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 valid…

    …ation.
    
    Thanks Saravana Kumar for the report, and Sarah Boyce and Mariusz
    Felisiak for the reviews.
    
    Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
    manfre and nessita committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    4806731 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d3d7f5 View commit details
    Browse the repository at this point in the history
Loading
0