Changes between Version 1 and Version 2 of Ticket #28787
- Timestamp:
- 11/08/17 13:53:37 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28787
-
Property
Component
changed from
Uncategorized
toDatabase layer (models, ORM)
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
Property
Type
changed from
Uncategorized
toBug
-
Property
Summary
changed from
MySQL Update fails
toQuerySet.update() fails on MySQL if a subquery references the base table
-
Property
Component
changed from
-
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.