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
Age
Commit message (
Expand
)
Author
2016-06-20
[1.10.x] Fixed #26643 -- Prevented unnecessary AlterModelManagers operations ...
Loïc Bistuer
2016-05-30
[1.10.x] Fixed #25044 -- Fixed migrations for renaming ManyToManyField's thro...
Vytis Banaitis
2016-05-26
[1.10.x] Fixed #26647 -- Included the state of all applied migrations when mi...
Simon Charette
2016-05-19
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...
Alex Hill
2016-05-17
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...
Loïc Bistuer
2016-05-17
Fixed #20932, #25897 -- Streamlined manager inheritance.
Loïc Bistuer
2016-05-15
Fixed #24100 -- Made the migration signals dispatch its plan and apps.
Simon Charette
2016-05-14
Removed unused code in AlterField.database_forwards().
Tim Graham
2016-05-13
Refs #24201 -- Ignored order_with_respect_to private fields in migrations.
Simon Charette
2016-05-11
Fixed #26429 -- Added a timestamp to merge migration names.
Raphael Gaschignard
2016-05-09
Fixed #25005 -- Made date and time fields with auto_now/auto_now_add use effe...
Iacopo Spalletti
2016-05-08
Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph()
Jarek Glowacki
2016-05-04
Fixed #26555 -- Gave deconstructible objects a higher priority during seriali...
Markus Holtermann
2016-04-28
Refs #26521 -- Adjusted CreateModel bases validation to account for mixins.
Simon Charette
2016-04-27
Refs #26521 -- Added the duplicated value to CreateModel validation messages.
Simon Charette
2016-04-27
Fixed #26521 -- Validated CreateModel bases, fields and managers for duplicates.
James Robert
2016-04-19
Fixed #26475 -- Added functools.partial() support to migrations autodetector.
Matthew Schinckel
2016-04-05
Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.
Attila Tovt
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-04-03
Fixed #26075 -- Added clearer wording for one-off values in makemigrations
Susan Tan
2016-04-03
Fixed #26443 -- Corrected timezone.now in MigrationQuestioner prompt
Iacopo Spalletti
2016-03-23
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Berker Peksag
2016-03-19
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
Claude Paroz
2016-03-12
Fixed a few docstring typos.
Noenglish Professorbut
2016-03-10
Fixed #26342 -- Prevented unpacking when repr a NodeNotFoundError
Jarek Glowacki
2016-03-03
Fixed #26316 -- Factored duplicated code in model/field migration operations.
Akshesh
2016-02-25
Fixed #26151 -- Refactored MigrationWriter.serialize()
Yoong Kang Lim
2016-02-25
Fixed #26117 -- Consulted database routers in initial migration detection.
Scott Sexton
2016-02-08
Fixed typo in django/db/migrations/state.py.
Tim Graham
2016-02-05
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
2016-01-25
Fixed #26135 -- Adjusted the migration questioner's handling of disabled apps.
Simon Charette
2016-01-23
Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.
Simon Charette
2016-01-23
Fixed #26064 -- Moved operation reduction logic to their own class.
Simon Charette
2016-01-07
Fixed #25892 -- Optimized SeparateDatabaseAndState.database_backwards().
Amos Onn
2015-12-19
Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables.
Tim Graham
2015-12-15
Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state.
Simon Charette
2015-12-09
Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backward...
Amos Onn
2015-12-03
Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions.
Raphaël Hertzog
2015-11-26
Fixed #25807 -- Instructed the migration writer about lazy objects.
Simon Charette
2015-11-20
Fixed #25551 -- Fixed migration operations ordering when adding fields and a ...
Ana Vojnovic
2015-11-19
Fixed #25764 -- Added support for serialization of enum.Enum in migrations.
Andrei Fokau
2015-10-28
Refs #25618 -- Removed detection of south migrations in loader.
Tim Graham
2015-10-19
Moved an inner function in db.migrations.state to avoid redefinition.
Simon Charette
2015-10-19
Refs #18012 -- Accounted for reverse proxy relations in migrations.
Simon Charette
2015-09-23
Fixed #25453 -- Reworded makemigration's ask_not_null_alteration suggestion.
Benjamin Wohlwend
2015-09-19
Fixed #24743, #24745 -- Optimized migration plan handling
Markus Holtermann
2015-09-17
Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
Refs #24919 -- Raised more helpful error message for disabled migrations
Markus Holtermann
2015-09-12
Fixed #24919 -- Allowed disabling of migrations on a per app basis
Markus Holtermann
[next]