Changes between Version 1 and Version 2 of Ticket #28787


Ignore:
Timestamp:
Nov 8, 2017, 7:53:37 AM (7 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28787

    • Property Component UncategorizedDatabase layer (models, ORM)
    • Property Triage Stage UnreviewedAccepted
    • Property Summary MySQL Update failsQuerySet.update() fails on MySQL if a subquery references the base table
    • Property Type UncategorizedBug
  • Ticket #28787 – Description

    v1 v2  
    2727}}}
    2828
    29 I think this has been around for a while (https://code.djangoproject.com/ticket/20300).
     29I think this has been around for a while (#20300).
    3030
    3131I've confirmed this only happens in MySQL. It works on PostgresSQL and SQLite.
Back to Top