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
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-14
Fixed #24075 -- Prevented running post_migrate signals when unapplying initia...
Markus Holtermann
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-10-30
Fixed #23733 -- Fixed squashing migrations that depend on multiple apps.
twidi
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-10-24
Fixed #23618 -- Allowed apps with no models to still have migrations
Claude Paroz
2014-09-05
Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"
Claude Paroz
2014-08-30
Fixed #23384 -- Allowed overriding part of a dictionary-type setting
Claude Paroz
2014-08-23
Fixed #23341 -- Added migration name to nonexistent migration error in makemi...
Raffaele Salmaso
2014-08-08
Don't treat .pyc/pyo files as migrations. Refs #23237 among others.
Andrew Godwin
2014-07-25
Restore support for reading __latest__ for compatability
Andrew Godwin
2014-07-22
Fixed #23071 -- Use last migration's name in dependency to other app
Jeroen Dekkers
2014-06-17
Fixed #22861: Internal migrations done first so __first__ works
Andrew Godwin
2014-06-17
Fix __latest__ to actually resolve to the latest migration
Andrew Godwin
2014-06-16
Fixed #22848: Ignore no-migrations errors during makemigrations only
Andrew Godwin
2014-06-15
Fixed #22563: Added migration to admin, fixed a few more loader issues.
Andrew Godwin
2014-06-15
Improve error message for missing migrations in an app
Andrew Godwin
2014-05-29
Implement Migration.run_before
Chris Beaven
2014-05-20
Revert "Fixed #22645: Allow apps with no models module to still have migrations"
Andrew Godwin
2014-05-20
Fixed #22645: Allow apps with no models module to still have migrations
Andrew Godwin
2014-05-08
Fixed #22325: Ignore __first__ dependencies to your own app
Andrew Godwin
2014-05-06
Fixed #22576: Ensure makemigrations doesn't touch the database.
Andrew Godwin
2014-05-06
Added a bunch of missing unicode_literals
Claude Paroz
2014-04-30
flake8 fixes.
Tim Graham
2014-04-30
Fixed #22485: Include all unmigrated apps in project state by default.
Andrew Godwin
2014-03-08
Fix bad conflict detection during makemigrations
Andrew Godwin
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-09
Fixed #21968: Bad detection of old-style apps to add initial migration
Andrew Godwin
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
[prev]
[next]