The Wayback Machine - https://web.archive.org/web/20220927134415/https://github.com/django/django/commits/main
Skip to content
Permalink
main
Switch branches/tags

Commits on Sep 25, 2022

  1. Fixed #26975 -- Clarified how Django looks for fixture files.

    Co-Authored-By: Daniel Brotsky <[email protected]>
    2 people authored and felixxm committed Sep 25, 2022
  2. Fixed #34027 -- Fixed migrations crash when altering type of char/tex…

    …t fields referenced by foreign key on PostgreSQL.
    shangxiao authored and felixxm committed Sep 25, 2022
  3. Fixed #34049 -- Fixed displaying SVGs patterns.

    Regression in bc7aa2a.
    Pablousse authored and felixxm committed Sep 25, 2022

Commits on Sep 23, 2022

  1. Fixed #34024 -- Fixed crash when aggregating querysets with Q objects…

    … annotations.
    
    This reverts b64db05.
    
    It was reasonable to assume it was unnecessary code as there were
    no failing tests upon its removal. This commit adds the necessary
    regression tests for the failing condition identified in #34024
    alongside the original tests added in the PR for which
    WhereNode.is_summary was introduced.
    shangxiao committed Sep 23, 2022

Commits on Sep 17, 2022

  1. Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayA…

    …gg() and JSONBAgg().
    
    Regression in e06dc45.
    acidtv authored and felixxm committed Sep 17, 2022
  2. Fixed #34014 -- Fixed DecimalValidator validating 0 in positive expon…

    …ent scientific notation.
    
    Thanks Shiplu Mokaddim for the report.
    kamilturek authored and felixxm committed Sep 17, 2022

Commits on Sep 15, 2022

  1. Refs #28333 -- Explicitly ordered outer qualify query on window filte…

    …ring.
    
    While most backends will propagate derived table ordering as long as
    the outer query doesn't perform additional processing the SQL specs
    doesn't explicitly state the ordering must be maintained.
    charettes committed Sep 15, 2022
  2. Fixed #33994 -- Corrected position of extrastyle and extrahead blocks…

    … in admin base template.
    j-the-ripper committed Sep 15, 2022
Older