summaryrefslogtreecommitdiff
path: root/django/db/migrations
AgeCommit message (Expand)Author
2016-03-23Fixed #25388 -- Added an option to allow disabling of migrations during test ...Berker Peksag
2016-03-19Refs #24227 -- Replaced M2M isinstance checks by field.many_to_manyClaude Paroz
2016-03-12Fixed a few docstring typos.Noenglish Professorbut
2016-03-10Fixed #26342 -- Prevented unpacking when repr a NodeNotFoundErrorJarek Glowacki
2016-03-03Fixed #26316 -- Factored duplicated code in model/field migration operations.Akshesh
2016-02-25Fixed #26151 -- Refactored MigrationWriter.serialize()Yoong Kang Lim
2016-02-25Fixed #26117 -- Consulted database routers in initial migration detection.Scott Sexton
2016-02-08Fixed typo in django/db/migrations/state.py.Tim Graham
2016-02-05Fixed #25833 -- Added support for non-atomic migrations.Pankrat
2016-01-25Fixed #26135 -- Adjusted the migration questioner's handling of disabled apps.Simon Charette
2016-01-23Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.Simon Charette
2016-01-23Fixed #26064 -- Moved operation reduction logic to their own class.Simon Charette
2016-01-07Fixed #25892 -- Optimized SeparateDatabaseAndState.database_backwards().Amos Onn
2015-12-19Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables.Tim Graham
2015-12-15Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state.Simon Charette
2015-12-09Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backward...Amos Onn
2015-12-03Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions.Raphaël Hertzog
2015-11-26Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette
2015-11-20Fixed #25551 -- Fixed migration operations ordering when adding fields and a ...Ana Vojnovic
2015-11-19Fixed #25764 -- Added support for serialization of enum.Enum in migrations.Andrei Fokau
2015-10-28Refs #25618 -- Removed detection of south migrations in loader.Tim Graham
2015-10-19Moved an inner function in db.migrations.state to avoid redefinition.Simon Charette
2015-10-19Refs #18012 -- Accounted for reverse proxy relations in migrations.Simon Charette
2015-09-23Fixed #25453 -- Reworded makemigration's ask_not_null_alteration suggestion.Benjamin Wohlwend
2015-09-19Fixed #24743, #24745 -- Optimized migration plan handlingMarkus Holtermann
2015-09-17Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error.Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-12Refs #24919 -- Raised more helpful error message for disabled migrationsMarkus Holtermann
2015-09-12Fixed #24919 -- Allowed disabling of migrations on a per app basisMarkus Holtermann
2015-09-07Refs #24215 -- Improved error message for unhandled lazy model operations.Alex Hill
2015-08-31Fixed #25259 -- Added comments to header of generated migration filesTyson Clugg
2015-08-27Fixed #25280 -- Properly checked regex objects for equality to prevent infini...Markus Holtermann
2015-08-26Fixed #25308 -- Made MigrationQuestioner respect MIGRATION_MODULES setting.Jeremy Satterfield
2015-08-14Fixed #25239 -- Corrected makemigrations numbering if a migration has a numbe...Caio Ariede
2015-07-29Fixed #25185 -- Added support for functools.partial serialization in migrationsPiper Merriam
2015-07-28Fixed #25186 -- Improved migration's serialization of builtins on Python 2.Piper Merriam
2015-07-13Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov
2015-07-02Fixed #25040 -- Fixed migrations state crash with GenericForeignKeyKai Richard Koenig
2015-06-29Refs #20203 -- Allowed adding custom default manager to the model stateAndriy Sokolovskiy
2015-06-28Used field.clone() where applicableMarkus Holtermann
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-16Sorted reduce methods in migration optimizerMarkus Holtermann
2015-06-16Fixed #24828 -- Allowed migration optimization across AlterFooTogetherMarkus Holtermann
2015-06-15Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-06-15Removed django.utils.functional.total_ordering()Tim Graham
2015-06-14Changed reduce method lookup in migration optimizer to dictMarkus Holtermann
2015-06-14Explicitly imported migration operations in optimizerMarkus Holtermann
2015-06-14Optimized duplicate AlterModelTable/AlterFooTogether/AlterOWRTMarkus Holtermann
2015-06-14Took AlterOrderWithRespectTo into account when optimizing migrationsMarkus Holtermann
2015-06-04Fixed #24899 -- Split migrations autodetector._detect_changes() methodSteadman