diff options
| author | Patryk Zawadzki <patrys@room-303.com> | 2014-11-15 20:25:43 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-20 12:49:49 -0500 |
| commit | 21e21c7bc2b8bf7ae127e2aa75048a60d05a6e0f (patch) | |
| tree | 4dcef326223e6f517610298794422f73da30478c /AUTHORS | |
| parent | 53908c1f934b32e83e9fa34c14910b1837f7f610 (diff) | |
Fixed #23844 -- Used topological sort for migration operation dependency resolution.
This removes the concept of equality between operations to guarantee
compatilibity with Python 3.
Python 3 requires equality to result in identical object hashes. It's
impossible to implement a unique hash that preserves equality as
operations such as field creation depend on being able to accept
arbitrary dicts that cannot be hashed reliably.
Thanks Klaas van Schelven for the original patch in
13d613f80011852404198dfafd1f09c0c0ea42e6.
Diffstat (limited to 'AUTHORS')
| -rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -378,6 +378,7 @@ answer newbie questions, and generally made Django that much better: Kevin McConnell <kevin.mcconnell@gmail.com> Kieran Holland <http://www.kieranholland.com> kilian <kilian.cavalotti@lip6.fr> + Klaas van Schelven <klaas@vanschelven.com> knox <christobzr@gmail.com> konrad@gwu.edu Kowito Charoenratchatabhan <kowito@felspar.com> |
