SeparateDatabaseAndState.database_backwards() applies state incorrectly
When there are various database ops in SeparateDatabaseAndState, and they depend on each other, database_backwards is broken because it applies states incorrectly.
The code exists unchanged in 1.9 and master.
Test coverage for SeparateDatabaseAndState was incomplete anyway, added a more thorough test which breaks, and the bug fix.
Change History
(8)
Patch needs improvement: |
set
|
Summary: |
SeparateDatabaseAndState database_backwards is broken. → SeparateDatabaseAndState.database_backwards() applies state incorrectly
|
Triage Stage: |
Unreviewed → Accepted
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
In 542b7f6c: