index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
migrations
/
graph.py
Age
Commit message (
Expand
)
Author
2026-01-19
Fixed #36869 -- Optimized MigrationGraph._generate_plan membership checks.
James Fysh
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-27
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
David Smith
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-10
Fixed #29243 -- Improved efficiency of migration graph algorithm.
Krzysztof Gogolewski
2018-03-09
Fixed #29180 -- Fixed a regression where migrations already in the plan were ...
Carlton Gibson
2018-03-09
Refs #29180 -- Added MigrationGraph._generate_plan() for testing.
Carlton Gibson
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-08-23
Simplified migrations.graph.Node.iterative_dfs(), ancestors(), and descendant...
Sergey Fedoseev
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-04
Refs #27546 -- Removed hardcoded class names in __repr__() methods.
Mads Jensen
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-05-08
Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph()
Jarek Glowacki
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2015-06-15
Removed django.utils.functional.total_ordering()
Tim Graham
2015-06-01
Fixed #24883 -- Added MigrationGraph.__repr__()
Yoong Kang Lim
2015-05-02
Moved migration exception classes to shared module
Markus Holtermann
2015-04-01
Fixed #24554 -- Sped up migrations by rendering initial apps when they are fi...
Markus Holtermann
2015-03-29
Refs #24366 -- Fixed recursion depth error in migration graph
Marten Kenbeek
2015-03-29
Refs #24366 -- Renamed arguments in MigrationGraph, renamed tests
Marten Kenbeek
2015-02-23
Fixed #24366 -- Optimized traversal of large migration dependency graphs.
Marten Kenbeek
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-21
Fixed #24017 -- Added python_2_unicode_compatible in db/migrations
Josh Schneier
2014-11-25
Fixed bug in circular dependency algo for migration dependencies.
Luke Plant
2014-11-15
Merge pull request #3536 from Zweedeend/ticket_23837
Carl Meyer
2014-11-15
Fixed #23835: Changed circular dependency in DFS to be less infinite
Andrew Godwin
2014-11-15
Fixes #23837: Replace list.pop(0) by deque.popleft() in dfs function in migra...
Niels Kouwenhoven
2014-10-30
Fixed #23556 -- Raised a more meaningful error message when migrations refer ...
Markus Holtermann
2014-10-29
Limited lines to 119 characters in django/{contrib,db}.
Berker Peksag
2014-09-10
Corrected grammar in migrations error message.
Markus Bertheau
2014-09-05
switch out recursive dfs for stack based approach, to avoid possibly hitting...
Ben Reilly
2014-08-23
Fixed #23341 -- Added migration name to nonexistent migration error in makemi...
Raffaele Salmaso
2014-06-17
Fixed #22861: Internal migrations done first so __first__ works
Andrew Godwin
2014-05-06
Added a bunch of missing unicode_literals
Claude Paroz
2014-04-30
Fixed #22485: Include all unmigrated apps in project state by default.
Andrew Godwin
2014-01-08
Fixed #21142: Dependency failures on unmigrated apps.
Andrew Godwin
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-09-06
Add --list option to migrate command
Andrew Godwin
2013-08-10
Docs tweaks (thanks timgraham)
Andrew Godwin
2013-07-26
Fix Python 3 support
Andrew Godwin
2013-06-19
First stab at some migration creation commands
Andrew Godwin
2013-06-07
Auto-naming for migrations and some writer fixes
Andrew Godwin
[next]