diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2015-08-27 09:49:35 +1000 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2015-09-19 14:54:53 +1000 |
| commit | 5aa55038ca9ac44b440b56d1fc4e79c876e51393 (patch) | |
| tree | 1f6a8fd00c0d796135daee79124fe6e520937332 /docs/spelling_wordlist | |
| parent | 186eb21dc159807dba83148f7c9c50d470745708 (diff) | |
Fixed #24743, #24745 -- Optimized migration plan handling
The change partly goes back to the old behavior for forwards migrations
which should reduce the amount of memory consumption (#24745). However,
by the way the current state computation is done (there is no
`state_backwards` on a migration class) this change cannot be applied to
backwards migrations. Hence rolling back migrations still requires the
precomputation and storage of the intermediate migration states.
This improvement also implies that Django does not handle mixed
migration plans anymore. Mixed plans consist of a list of migrations
where some are being applied and others are being unapplied.
Thanks Andrew Godwin, Josh Smeaton and Tim Graham for the review as well
as everybody involved on the ticket that kept me looking into the issue.
Diffstat (limited to 'docs/spelling_wordlist')
| -rw-r--r-- | docs/spelling_wordlist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index 0aba338d18..b128ef873f 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -580,6 +580,7 @@ postgresql pq pre precisions +precomputation preconfigured prefetch prefetched |
