Дилян Палаузов
|
d2afa5eb23
Fixed #28860 -- Removed unnecessary len() calls.
|
7 vuotta sitten |
Дилян Палаузов
|
6c0042430e
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
|
7 vuotta sitten |
Jeremy Satterfield
|
0891503fad
Fixed #28493 -- Made migrations autodetector find dependencies for model renaming.
|
7 vuotta sitten |
Tim Graham
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
8 vuotta sitten |
Simon Charette
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 vuotta sitten |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 vuotta sitten |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 vuotta sitten |
akki
|
358c6f21f8
Fixed #27165 -- Removed unnecessary CreateModel(... 'indexes': []) in migrations.
|
8 vuotta sitten |
Akshesh
|
6a8372e6ec
Fixed #26808 -- Added Meta.indexes for class-based indexes.
|
8 vuotta sitten |
Jon Dufresne
|
b84ecaa736
Fixed #26088 -- Made autodector detect changing proxy model to MTI.
|
8 vuotta sitten |
Akshesh
|
f7e00b40c5
Refs #26808 -- Avoided clashing keyword arguments in test_autodetector
|
8 vuotta sitten |
Akshesh
|
156e2d59cf
Fixed #26709 -- Added class-based indexes.
|
8 vuotta sitten |
akki
|
ca77b50905
Fixed #26795 -- Factored out get_changes() in test_autodetector.py.
|
8 vuotta sitten |
Vytis Banaitis
|
f1e408ff40
Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model.
|
9 vuotta sitten |
Iacopo Spalletti
|
49c57f8565
Fixed #25005 -- Made date and time fields with auto_now/auto_now_add use effective default.
|
9 vuotta sitten |
Matthew Schinckel
|
5402f3ab09
Fixed #26475 -- Added functools.partial() support to migrations autodetector.
|
9 vuotta sitten |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 vuotta sitten |
Josh Soref
|
93452a70e8
Fixed many spelling mistakes in code, comments, and docs.
|
9 vuotta sitten |
Ana Vojnovic
|
73a6ab6382
Fixed #25551 -- Fixed migration operations ordering when adding fields and a unique_together constraint.
|
9 vuotta sitten |
Dražen Odobašić
|
b1e33ceced
Fixed #23395 -- Limited line lengths to 119 characters.
|
9 vuotta sitten |
Markus Holtermann
|
8e631a3175
Refs #24590 -- Ensured isolation between autodetector tests
|
9 vuotta sitten |
Markus Holtermann
|
91f701f4fc
Fixed #25280 -- Properly checked regex objects for equality to prevent infinite migrations
|
9 vuotta sitten |
Tim Graham
|
01966bb2a7
Fixed typo in tests/migrations/test_autodetector.py.
|
9 vuotta sitten |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 vuotta sitten |
Andrei Kulakov
|
db97a88495
Fixed #24375 -- Added Migration.initial attribute
|
10 vuotta sitten |
Markus Holtermann
|
7bb7670ee4
Used mock in MigrationQuestioner tests
|
9 vuotta sitten |
Markus Holtermann
|
e470f311d6
Fixed #24828 -- Allowed migration optimization across AlterFooTogether
|
9 vuotta sitten |
Matt Westcott
|
ff8a02ae0b
Fixed #24340 -- Added nested deconstruction for list, tuple and dict values
|
10 vuotta sitten |
Markus Holtermann
|
c7ec3c07e7
Fixed #24537 -- Ignored field order in RenameModel detection
|
10 vuotta sitten |
Anssi Kääriäinen
|
8f30556329
Renamed Field.rel attribute to remote_field
|
10 vuotta sitten |