Changes between Version 1 and Version 7 of Ticket #36234


Ignore:
Timestamp:
Mar 7, 2025, 7:30:59 AM (2 days ago)
Author:
Natalia Bidart
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36234

    • Property Triage Stage UnreviewedAccepted
    • Property Has patch set
    • Property Owner set to Adam Johnson
    • Property Status newassigned
    • Property Needs documentation set
    • Property Needs tests set
  • Ticket #36234 – Description

    v1 v7  
    1 #36217 / [https://github.com/django/django/pull/19214/files#diff-d146e5e5e0435a08eb6bf67f501b7b7dc4a28b3aa66caf47f48fe374d9732366L27-L29 this part of the PR] dropped the `single_argument` argument in a bug fix release, 5.1.7. Consequently, the method has two signatures in different Django 5.1 versions. I found real-world breakage from this in:
     1#36217 / [https://github.com/django/django/pull/19214/files#diff-d146e5e5e0435a08eb6bf67f501b7b7dc4a28b3aa66caf47f48fe374d9732366L27-L29 this part of the PR] dropped the `single_object` argument in a bug fix release, 5.1.7. Consequently, the method has two signatures in different Django 5.1 versions. I found real-world breakage from this in:
    22
    33* a client project which had calls to `log_actions()`
Back to Top