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
/
tests
/
migrations
Age
Commit message (
Expand
)
Author
2016-08-30
Fixed #25109 -- Stopped silencing explicitly specified migration modules impo...
Simon Charette
2016-08-24
Fixed #27044 -- Included already applied migration changes in the post-migrat...
Simon Charette
2016-08-23
Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.
Tim Graham
2016-08-18
Fixed #27054 -- Fixed makemigrations crash with a read-only database.
Jim Nicholls
2016-08-16
Refs #26709 -- Added index name to AddIndex.describe().
Akshesh
2016-08-05
Fixed #26808 -- Added Meta.indexes for class-based indexes.
Akshesh
2016-08-05
Fixed #27004 -- Made migrations consistency check ignore unapplied squashed m...
Jarek Glowacki
2016-08-01
Fixed #26930 -- Prevented makemigrations from accessing an empty database.
Tim Graham
2016-07-28
Fixed #26114 -- Fixed AlterModelTable.describe() if db_table is None.
premanand lakshmanan
2016-07-14
Reverted "Fixed #25388 -- Added an option to allow disabling of migrations du...
Tim Graham
2016-07-12
Fixed #26088 -- Made autodector detect changing proxy model to MTI.
Jon Dufresne
2016-07-09
Fixed #26881 -- Fixed duplicate managers in migrations.
Loïc Bistuer
2016-07-07
Refs #26709 -- Checked allow_migrate_model() in Add/RemoveIndex operations.
Akshesh
2016-07-07
Refs #26709 -- Required a name for Indexes passed to AddIndex.
Akshesh
2016-07-03
Refs #26808 -- Avoided clashing keyword arguments in test_autodetector
Akshesh
2016-06-27
Fixed #26709 -- Added class-based indexes.
Akshesh
2016-06-24
Fixed #26795 -- Factored out get_changes() in test_autodetector.py.
akki
2016-06-20
Fixed #26643 -- Prevented unnecessary AlterModelManagers operations caused by...
Loïc Bistuer
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-06
Fixed #26710 -- Made CreateModel.references_model() take app_label into account.
Sergey Fedoseev
2016-05-30
Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model.
Vytis Banaitis
2016-05-26
Fixed #26647 -- Included the state of all applied migrations when migrating f...
Simon Charette
2016-05-19
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...
Alex Hill
2016-05-17
Fixed #20932, #25897 -- Streamlined manager inheritance.
Loïc Bistuer
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
Sorted migration list order in test; added trailing comma.
Jarek Glowacki
2016-05-08
Included reverse deps in showmigrations
Jarek Glowacki
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-27
Removed try/fail antipattern from migrations commands tests.
Tim Graham
2016-04-22
Fixed #26320 -- Deprecated implicit OneToOnField parent_link.
Tim Graham
2016-04-19
Fixed #26475 -- Added functools.partial() support to migrations autodetector.
Matthew Schinckel
2016-04-12
Fixed #26492 -- Fixed "maximum recursion depth exceeded" migrate error.
Berker Peksag
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-05
Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.
Attila Tovt
2016-04-03
Added missing primary keys to some OperationTests
Markus Holtermann
2016-04-02
Made MakeMigrationsTests call proper parent method
Attila Tovt
2016-03-23
Refs #25388 -- Used in-memory database in test_disable_migrations.
Berker Peksag
2016-03-23
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Berker Peksag
2016-03-10
Fixed #26342 -- Prevented unpacking when repr a NodeNotFoundError
Jarek Glowacki
2016-02-25
Fixed #26117 -- Consulted database routers in initial migration detection.
Scott Sexton
2016-02-24
Used addCleanup() to call recorder.flush() in migration loader tests.
Tim Graham
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
Tim Graham
2016-02-05
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
[prev]
[next]