Changes between Version 1 and Version 2 of Ticket #32527, comment 4
- Timestamp:
- Mar 9, 2021, 5:58:46 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32527, comment 4
v1 v2 1 On master branch of django, apply this patch :1 On master branch of django, apply this patch. This patch basically says that savepoints are not supported by postgresql. 2 2 3 3 {{{ … … 27 27 28 28 The second test will fail because needs_rollback is set as true. 29 30 Same thing you can do by creating a small backend of your own.