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
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2014-01-08
Fixed #21142: Dependency failures on unmigrated apps.
Andrew Godwin
2013-12-30
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-27
Created a constant for the migrations module name.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Made it possible to create apps without a models module.
Aymeric Augustin
2013-12-17
Deprecated get_apps().
Aymeric Augustin
2013-12-17
Deprecated get_app_package, get_app_path and get_app_paths.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-04
Migration VCS conflict detection and --merge for makemigrations
Andrew Godwin
2013-11-27
Fix squashed migration loading ordering issue
Andrew Godwin
2013-10-23
Fix migration planner to fully understand squashed migrations. And test.
Andrew Godwin
2013-10-19
Fixed #21283 -- Added support for migrations if models is a package.
Loic Bistuer
2013-10-16
First pass on squashmigrations command; files are right, execution not.
Andrew Godwin
2013-10-15
Handle Apps with South migrations as unmigrated apps.
Florian Apolloner
2013-09-06
Make db.migrations ignore South-style migrations.
Andrew Godwin
2013-09-06
Fixed #21015 -- Fixed MigrationLoader when importlib.import_module returns a ...
Loic Bistuer
2013-09-06
Fixed #21014 -- Fixed gobbled ImportError in MigrationLoader.
Loic Bistuer
2013-08-09
utils.importlib is deprecated
Andrew Godwin
2013-07-22
Make migrate command recognise prefixes and 'zero'.
Andrew Godwin
2013-06-19
Autodetect fields, have migrate actually work
Andrew Godwin
2013-06-19
Makemigration command now works
Andrew Godwin
2013-06-19
Fix test running with new apps stuff/migrate actually running migrations
Andrew Godwin
2013-06-07
Initial stab at a migrate command, it's probably quite a way off.
Andrew Godwin
2013-05-29
Start adding operations that work and tests for them
Andrew Godwin
2013-05-10
First phase of loading migrations from disk
Andrew Godwin