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
/
loader.py
Age
Commit message (
Expand
)
Author
2025-11-18
Fixed #36141 -- Checked for applied replaced migrations recursively.
Georgi Yanchev
2025-11-04
Fixed #36652 -- Increased determinism when loading migrations from disk.
Jayden Kneller
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-01-22
Fixed #24529 -- Allowed double squashing of migrations.
Georgi Yanchev
2025-01-22
Refs #24529 -- Added replace_migration hook to MigrationLoader.
Georgi Yanchev
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-08-11
Refs #29898 -- Changed ProjectState.real_apps to set.
Mariusz Felisiak
2021-08-04
Fixed typos in migrations tests, comments, and error message.
Jacob Walls
2020-12-29
Fixed #32302 -- Allowed migrations to be loaded from regular packages with no...
William Schwartz
2020-07-22
Reverted "Fixed #30300 -- Allowed migrations to be loaded from directories wi...
Tim Graham
2020-07-10
Sorted conflicting migrations by names.
François Freitag
2020-04-20
Fixed #24559 -- Made MigrationLoader.load_disk() catch more specific ModuleNo...
Jon Dufresne
2020-03-09
Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.
David Wobrock
2020-03-09
Refs #31318 -- Moved MigrationExecutor.collect_sql() to MigrationLoader.
David Wobrock
2020-01-20
Changed re-raising an exception to use bare raise syntax where appropriate.
Jon Dufresne
2019-10-10
Fixed #30300 -- Allowed migrations to be loaded from directories without __in...
Benjy Weinberger
2019-03-07
Refs #30186 -- Changed MigrationRecorder.applied_migrations() to return a dict.
Tim Schilling
2018-10-09
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-09-11
Fixed #29749 -- Made the migrations loader ignore files starting with a tilde...
Tim Graham
2018-09-10
Fixed #29243 -- Improved efficiency of migration graph algorithm.
Krzysztof Gogolewski
2018-03-23
Fixed #23406 -- Allowed migrations to be loaded from .pyc files.
Dan Watson
2018-02-05
Refs #28814 -- Fixed migrations crash with namespace packages on Python 3.7.
Tim Graham
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-07-31
Avoided creating temporary lists for obtaining the first item.
Sergey Fedoseev
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
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 most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-09-01
Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...
Tim Graham
2016-08-30
Fixed #25109 -- Stopped silencing explicitly specified migration modules impo...
Simon Charette
2016-08-23
Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.
Tim Graham
2016-08-18
Fixed #27054 -- Fixed makemigrations crash with a read-only database.
Jim Nicholls
2016-08-05
Fixed #27004 -- Made migrations consistency check ignore unapplied squashed m...
Jarek Glowacki
2016-07-14
Reverted "Fixed #25388 -- Added an option to allow disabling of migrations du...
Tim Graham
2016-05-08
Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph()
Jarek Glowacki
2016-04-05
Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.
Attila Tovt
2016-03-23
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Berker Peksag
2015-12-03
Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions.
Raphaël Hertzog
2015-10-28
Refs #25618 -- Removed detection of south migrations in loader.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
Fixed #24919 -- Allowed disabling of migrations on a per app basis
Markus Holtermann
2015-06-02
Fixed #24628 -- Fixed applied status for squashed migrations.
Carl Meyer
2015-06-02
Fixed #24895 -- Fixed loading a pair of squashed migrations with a dependency.
Carl Meyer
2015-05-25
Fixed #24848 -- Fixed ValueError for faulty migrations module.
Marten Kenbeek
2015-05-02
Moved migration exception classes to shared module
Markus Holtermann
2015-02-07
Revert "Fixed #24075 -- Prevented running post_migrate signals when unapplyin...
Markus Holtermann
[next]