1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Use topological sort for migration operation dependency resolution

rather than an ad-hoc algorithm
This commit is contained in:
Klaas van Schelven
2014-11-15 14:45:42 +01:00
parent 4f90c99635
commit 13d613f800
4 changed files with 53 additions and 25 deletions

View File

@@ -377,6 +377,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>