Changes between Version 1 and Version 2 of Ticket #28787
- Timestamp:
- Nov 8, 2017, 7:53:37 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28787
- Property Component Uncategorized → Database layer (models, ORM)
- Property Triage Stage Unreviewed → Accepted
- Property Summary MySQL Update fails → QuerySet.update() fails on MySQL if a subquery references the base table
- Property Type Uncategorized → Bug
-
Ticket #28787 – Description
v1 v2 27 27 }}} 28 28 29 I think this has been around for a while ( https://code.djangoproject.com/ticket/20300).29 I think this has been around for a while (#20300). 30 30 31 31 I've confirmed this only happens in MySQL. It works on PostgresSQL and SQLite.