summaryrefslogtreecommitdiff
path: root/django/db/migrations
AgeCommit message (Expand)Author
2014-02-05Fix pep8 violation in migration template.Marc Tamlyn
2014-01-27Fixed #21874 -- Require Django applications to have a filesystem path.Carl Meyer
2014-01-27Fixed #21872: Not detecting dependencies from M2M fieldsAndrew Godwin
2014-01-26Took advantage of the new get_model API. Refs #21702.Aymeric Augustin
2014-01-24Fix soft-apply detection of migrations with dependenciesAndrew Godwin
2014-01-22Fixed #21852 -- Make migration writer serialize iteratorsMarkus Holtermann
2014-01-19Fixed #21290: Documented migration serializing and improved errorAndrew Godwin
2014-01-19Fixed #21664: Multi-table inheritance was duplicating _ptr fieldsAndrew Godwin
2014-01-19Fixed #21786: Bad behaviour when mixins + abstract bases for migrationsAndrew Godwin
2014-01-19Fixed #21783: (again) Found second source of bug, also squashed it.Andrew Godwin
2014-01-19Merge pull request #1681 from loic/migrations.formatAndrew Godwin
2014-01-20Fixed #21323 -- Improved readability of serialized Operation.Loic Bistuer
2014-01-19Fix unicode default input on py3Andrew Godwin
2014-01-19Implement swappable model support for migrationsAndrew Godwin
2014-01-16Fixed #21784: Correctly decode stdin input for migration defaultsAndrew Godwin
2014-01-08Fixed #21142: Dependency failures on unmigrated apps.Andrew Godwin
2013-12-31Made it possible to change an application's label in its configuration.Aymeric Augustin
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin
2013-12-30Populated Apps instances immediately by default.Aymeric Augustin
2013-12-29Replaced Options.object_name.lower() by Options.model_name.Aymeric Augustin
2013-12-28Changed get_model to raise an exception on errors.Aymeric Augustin
2013-12-28Populated non-master app registries.Aymeric Augustin
2013-12-28Used app_label instead of appname.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-17Deborgified the app cache.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_app().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-11Fix altering of SERIAL columns and InnoDB being picky about FK changesAndrew Godwin
2013-12-11Better default name for migrations we can't give nice names toAndrew Godwin
2013-12-11Change FKs when what they point to changesAndrew Godwin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-12-06Made the migration detector use meta.local_fields instead of meta.fields.Baptiste Mispelon
2013-12-06Fixed ModelState breaking when unique_together has unhashable elements.Baptiste Mispelon
2013-12-06Added app_label to the error message when field reconstructing fails.Baptiste Mispelon
2013-12-06Merge pull request #2037 from bmispelon/invalidbaseserrorAndrew Godwin
2013-12-06Removed unreachable `else` in `try` block.maurycyp
2013-12-06Fixed TypeError when rendering ModelState with multiple bases.Baptiste Mispelon
2013-12-05Better error reporting when from_app_cache failsAndrew Godwin
2013-12-04Migration VCS conflict detection and --merge for makemigrationsAndrew Godwin
2013-12-04Don't make a second migration if there was a force-null-default addcol.Andrew Godwin
2013-11-28Fixed a deprecation warning introduced by 96dd48c83f.Simon Charette
2013-11-27Include deferred SQL in sqlmigrate outputAndrew Godwin
2013-11-27Fixed #21438: makemigrations now detects ManyToManyFieldsAndrew Godwin