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
2019-11-25
[3.0.x] Fixed #27914 -- Fixed serialization of nested classes in migrations.
John Bowen
2019-11-25
[3.0.x] Refs #23950 --- Moved test DeconstructibleInstances class to a module...
John Bowen
2019-10-14
[3.0.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversi...
Mariusz Felisiak
2019-10-14
[3.0.x] Isolated migrations.test_commands.MigrateTests.test_migrate_plan.
Mariusz Felisiak
2019-10-14
[3.0.x] Fixed #30868 -- Prevented unnecessary AlterField when renaming a refe...
Simon Charette
2019-10-03
[3.0.x] Refs #27914 -- Fixed serialization of nested enum.Enum classes in mig...
Hasan Ramezani
2019-10-03
[3.0.x] Refs #27914 -- Moved test enum.Enum subclasses outside of WriterTests...
Hasan Ramezani
2019-09-30
[3.0.x] Fixed #30774 -- Made serialization in migrations use members names fo...
Hasan Ramezani
2019-09-11
[3.0.x] Refs #30591 -- Fixed too long identifier crash in migrations.test_ope...
Mariusz Felisiak
2019-09-11
[3.0.x] Fixed #30591 -- Fixed recreation of foreign key constraints on MySQL ...
Adnan Umer
2019-09-04
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
Shai Berger
2019-09-03
Fixed #30691 -- Made migrations autodetector find dependencies for foreign ke...
Viktor Lomakin
2019-08-21
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...
Mads Jensen
2019-08-19
Moved migrations.test_operations.OperationTestBase to migrations.test_base.
Mads Jensen
2019-08-07
Corrected several typos in string literals and test names.
Min ho Kim
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-07-08
Changed django.db.models.indexes.Index imports to django.db.models.Index.
Mariusz Felisiak
2019-07-01
Fixed #30595 -- Added error message when no objects found to sql* management ...
Hasan Ramezani
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-04-30
Fixed #30412 -- Fixed crash when adding check constraints with OR'ed conditio...
can
2019-04-30
Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator ...
Simon Charette
2019-04-14
Fixed #30350 -- Prevented recreation of migration for operations with a range...
Florian Apolloner
2019-03-08
Fixed #30186 -- Made showmigrations --list display the applied datetimes at v...
tschilling
2019-03-07
Refs #30186 -- Changed MigrationRecorder.applied_migrations() to return a dict.
Tim Schilling
2019-03-07
Fixed #30189 -- Removed transaction from sqlmigrate output if database doesn'...
Parth Patil
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-11
Fixed spelling mistakes in comments and tests.
Semen Zhydenko
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-28
Made test table cleanup in OperationTestBase more robust.
Paveł Tyślacki
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
2019-01-21
Made assertOptimizesTo() more strict in migrations tests.
Vytis Banaitis
2019-01-12
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2019-01-11
Refs #29738 -- Allowed registering serializers with MigrationWriter.
can
2019-01-11
Moved django.db.migrations.writer.SettingsReference to django.conf.
Tim Graham
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-12-19
Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.
Dakota Hawkins
2018-11-30
Fixed #29987 -- Detected unmanaged model deletions.
Tim Fiedler
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-14
Fixed #25884 -- Fixed migrate --run-syncdb when specifying an app label.
Sarah Guermond
2018-11-09
Fixed #29934 -- Added sqlparse as a require dependency.
Tim Graham
2018-10-30
Fixed #29783 -- Added app label validation to showmigrations command.
Junyoung
2018-10-30
Refs #29868 -- Prevented name collisions between test constraints on Oracle.
Simon Charette
2018-10-29
Fixed #29897 -- Fixed autodetector's swappable MTI dependency resolution.
Simon Charette
2018-10-29
Fixed #29868 -- Retained database constraints on SQLite table rebuilds.
Simon Charette
2018-10-24
Fixed #29721 -- Ensured migrations are applied and recorded atomically.
Sanyam Khurana
2018-10-24
Refs #11964 -- Removed raw SQL from and cleaned up constraint operation tests.
Simon Charette
2018-10-23
Fixed #29831 -- Added validation for makemigrations --name.
Prabakaran Kumaresshan
2018-10-11
Fixed #29814 -- Added support for NoneType serialization in migrations.
Patrik Sletmo
2018-10-02
Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...
Simon Charette
2018-09-28
Tested showmigrations with apps without migrations.
Tim Graham
[next]