index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
migrations
/
executor.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-2
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-22
/
+47
*
Fixed #23273 -- Avoided creation of django_migrations table when there are no...
Jacob Walls
2021-12-30
1
-2
/
+6
*
Fixed #24900 -- Allowed migrating backward to squashed migrations.
Jacob Walls
2021-08-30
1
-0
/
+9
*
Refs #29898 -- Changed ProjectState.real_apps to set.
Mariusz Felisiak
2021-08-11
1
-1
/
+1
*
Fixed #25255 -- Recorded unapplied squashed migrations.
Jacob Walls
2021-06-08
1
-3
/
+2
*
Fixed #32374 -- Stopped recording migration application before deferred SQL.
Simon Charette
2021-01-21
1
-2
/
+3
*
Refs #31318 -- Moved MigrationExecutor.collect_sql() to MigrationLoader.
David Wobrock
2020-03-09
1
-18
/
+0
*
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-06
1
-4
/
+2
*
Fixed #29808 -- Fixed initial migration detection when identifiers are case-i...
Hasan Ramezani
2019-11-15
1
-3
/
+17
*
Refs #29808 -- Optimized MigrationExecutor.detect_soft_applied().
Hasan Ramezani
2019-11-15
1
-8
/
+10
*
Refs #30186 -- Changed MigrationRecorder.applied_migrations() to return a dict.
Tim Schilling
2019-03-07
1
-5
/
+5
*
Fixed #29721 -- Ensured migrations are applied and recorded atomically.
Sanyam Khurana
2018-10-24
1
-4
/
+11
*
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-11-28
1
-1
/
+2
*
Fixed #27858 -- Prevented read-only management commands from creating the dja...
Marti Raudsepp
2017-06-19
1
-0
/
+4
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-17
/
+13
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #27100 -- Included already applied migration changes in the pre-migrate...
Simon Charette
2016-08-24
1
-26
/
+27
*
Fixed #27044 -- Included already applied migration changes in the post-migrat...
Simon Charette
2016-08-24
1
-2
/
+8
*
Fixed #26647 -- Included the state of all applied migrations when migrating f...
Simon Charette
2016-05-26
1
-2
/
+3
*
Fixed #24100 -- Made the migration signals dispatch its plan and apps.
Simon Charette
2016-05-15
1
-7
/
+45
*
Fixed #26117 -- Consulted database routers in initial migration detection.
Scott Sexton
2016-02-25
1
-3
/
+16
*
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
2016-02-05
1
-3
/
+3
*
Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables.
Tim Graham
2015-12-19
1
-4
/
+17
*
Fixed #24743, #24745 -- Optimized migration plan handling
Markus Holtermann
2015-09-19
1
-27
/
+77
*
Fixed #24375 -- Added Migration.initial attribute
Andrei Kulakov
2015-07-13
1
-9
/
+32
*
Cleaned up docstring style, per Tim Graham review.
Carl Meyer
2015-06-03
1
-1
/
+0
*
Refs #24628 -- Added a second test and a docstring comment to avoid regression.
Carl Meyer
2015-06-03
1
-0
/
+8
*
Fixed #24628 -- Fixed applied status for squashed migrations.
Carl Meyer
2015-06-02
1
-0
/
+11
*
Refs #24554 -- Prevented rendering of unused migrations
Markus Holtermann
2015-04-01
1
-0
/
+9
*
Fixed #24554 -- Sped up migrations by rendering initial apps when they are fi...
Markus Holtermann
2015-04-01
1
-7
/
+14
*
Fixed #24366 -- Optimized traversal of large migration dependency graphs.
Marten Kenbeek
2015-02-23
1
-1
/
+1
*
Fixed #24184 -- Prevented automatic soft-apply of migrations
Markus Holtermann
2015-02-13
1
-8
/
+9
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-1
/
+2
*
Fixed #24129 -- Added indicator that migrations are rendering the initial state
Markus Holtermann
2015-01-12
1
-0
/
+4
*
Fixed #24123 -- Used all available migrations to generate the initial migrati...
Markus Holtermann
2015-01-12
1
-7
/
+25
*
Fixed #23745 -- Reused states as much as possible in migrations
Claude Paroz
2015-01-02
1
-11
/
+13
*
Passed around the state between migrations
Claude Paroz
2015-01-02
1
-9
/
+16
*
Replaced migration state render() by apps cached property
Claude Paroz
2015-01-02
1
-1
/
+1
*
Fixed #23410 -- Avoided unnecessary rollbacks in related apps when migrating ...
Carl Meyer
2014-11-19
1
-6
/
+11
*
Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wro...
Tim Graham
2014-09-24
1
-9
/
+5
*
Called table_names instead of get_table_list in migrations
Claude Paroz
2014-09-23
1
-1
/
+1
*
Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migra...
valtron
2014-09-15
1
-5
/
+9
*
Fix soft_applied in a way that doesn't break tests
Andrew Godwin
2014-07-29
1
-2
/
+4
*
Make detect_soft_applied exit correctly on non-create migrations
Andrew Godwin
2014-07-29
1
-0
/
+2
*
Fixed #23093: soft application detection for swapped models
Andrew Godwin
2014-07-25
1
-0
/
+5
*
Fixed #22881 -- Better soft_applied migration detection
Chris Beaven
2014-06-23
1
-3
/
+5
*
Added a bunch of missing unicode_literals
Claude Paroz
2014-05-06
1
-0
/
+2
*
Fixed #22485: Include all unmigrated apps in project state by default.
Andrew Godwin
2014-04-30
1
-4
/
+4
[next]