summaryrefslogtreecommitdiff
path: root/django/db/migrations/loader.py
AgeCommit message (Expand)Author
2014-08-23[1.7.x] Fixed #23341 -- Added migration name to nonexistent migration error i...Raffaele Salmaso
2014-08-08[1.7.x] Don't treat .pyc/pyo files as migrations. Refs #23237 among others.Andrew Godwin
2014-07-25[1.7.x] Restore support for reading __latest__ for compatabilityAndrew Godwin
2014-07-25[1.7.x] Fixed #23071 -- Use last migration's name in dependency to other appJeroen Dekkers
2014-06-17[1.7.x] Fixed #22861: Internal migrations done first so __first__ worksAndrew Godwin
2014-06-17[1.7.x] Fix __latest__ to actually resolve to the latest migrationAndrew Godwin
2014-06-16[1.7.x] Fixed #22848: Ignore no-migrations errors during makemigrations onlyAndrew Godwin
2014-06-15[1.7.x] Fixed #22563: Added migration to admin, fixed a few more loader issues.Andrew Godwin
2014-06-15[1.7.x] Improve error message for missing migrations in an appAndrew Godwin
2014-06-05[1.7.x] Implement Migration.run_beforeChris Beaven
2014-05-08[1.7.x] Fixed #22325: Ignore __first__ dependencies to your own appAndrew Godwin
2014-05-06[1.7.x] Fixed #22576: Ensure makemigrations doesn't touch the database.Andrew Godwin
2014-05-06[1.7.x] Added a bunch of missing unicode_literalsClaude Paroz
2014-04-30[1.7.x] flake8 fixes.Tim Graham
2014-04-30[1.7.x] Fixed #22485: Include all unmigrated apps in project state by default.Andrew Godwin
2014-03-08Fix bad conflict detection during makemigrationsAndrew Godwin
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-09Fixed #21968: Bad detection of old-style apps to add initial migrationAndrew Godwin
2014-01-19Implement swappable model support for migrationsAndrew Godwin
2014-01-08Fixed #21142: Dependency failures on unmigrated apps.Andrew Godwin
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin
2013-12-27Created a constant for the migrations module name.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Made it possible to create apps without a models module.Aymeric Augustin
2013-12-17Deprecated get_apps().Aymeric Augustin
2013-12-17Deprecated get_app_package, get_app_path and get_app_paths.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-04Migration VCS conflict detection and --merge for makemigrationsAndrew Godwin
2013-11-27Fix squashed migration loading ordering issueAndrew Godwin
2013-10-23Fix migration planner to fully understand squashed migrations. And test.Andrew Godwin
2013-10-19Fixed #21283 -- Added support for migrations if models is a package.Loic Bistuer
2013-10-16First pass on squashmigrations command; files are right, execution not.Andrew Godwin
2013-10-15Handle Apps with South migrations as unmigrated apps.Florian Apolloner
2013-09-06Make db.migrations ignore South-style migrations.Andrew Godwin
2013-09-06Fixed #21015 -- Fixed MigrationLoader when importlib.import_module returns a ...Loic Bistuer
2013-09-06Fixed #21014 -- Fixed gobbled ImportError in MigrationLoader.Loic Bistuer
2013-08-09utils.importlib is deprecatedAndrew Godwin
2013-07-22Make migrate command recognise prefixes and 'zero'.Andrew Godwin
2013-06-19Autodetect fields, have migrate actually workAndrew Godwin
2013-06-19Makemigration command now worksAndrew Godwin
2013-06-19Fix test running with new apps stuff/migrate actually running migrationsAndrew Godwin
2013-06-07Initial stab at a migrate command, it's probably quite a way off.Andrew Godwin
2013-05-29Start adding operations that work and tests for themAndrew Godwin
2013-05-10First phase of loading migrations from diskAndrew Godwin