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
/
executor.py
Age
Commit message (
Expand
)
Author
2015-01-12
Fixed #24129 -- Added indicator that migrations are rendering the initial state
Markus Holtermann
2015-01-12
Fixed #24123 -- Used all available migrations to generate the initial migrati...
Markus Holtermann
2015-01-02
Fixed #23745 -- Reused states as much as possible in migrations
Claude Paroz
2015-01-02
Passed around the state between migrations
Claude Paroz
2015-01-02
Replaced migration state render() by apps cached property
Claude Paroz
2014-11-19
Fixed #23410 -- Avoided unnecessary rollbacks in related apps when migrating ...
Carl Meyer
2014-09-24
Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wro...
Tim Graham
2014-09-23
Called table_names instead of get_table_list in migrations
Claude Paroz
2014-09-15
Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migra...
valtron
2014-07-29
Fix soft_applied in a way that doesn't break tests
Andrew Godwin
2014-07-29
Make detect_soft_applied exit correctly on non-create migrations
Andrew Godwin
2014-07-25
Fixed #23093: soft application detection for swapped models
Andrew Godwin
2014-06-23
Fixed #22881 -- Better soft_applied migration detection
Chris Beaven
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-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-01-24
Fix soft-apply detection of migrations with dependencies
Andrew Godwin
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-11-27
Include deferred SQL in sqlmigrate output
Andrew Godwin
2013-10-30
Auto-apply initial migrations if their tables exist already.
Andrew Godwin
2013-10-23
Fix migration planner to fully understand squashed migrations. And test.
Andrew Godwin
2013-09-25
Make sqlmigrate ignore the RunPython operation
Andrew Godwin
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-08-11
Fix weird planning issues when already fully migrated.
Andrew Godwin
2013-07-26
Add --fake option to migrate
Andrew Godwin
2013-07-22
Make migrate command recognise prefixes and 'zero'.
Andrew Godwin
2013-06-07
Initial stab at a migrate command, it's probably quite a way off.
Andrew Godwin
2013-05-30
Remove debug prints
Andrew Godwin
2013-05-30
Add an Executor for end-to-end running
Andrew Godwin