can
|
7d3b3897c1
Refs #29738 -- Allowed registering serializers with MigrationWriter.
|
6 years ago |
Damian Dimmich
|
133e79399a
Updated docs for fast column creation with defaults in PostgreSQL 11.
|
6 years ago |
Patrik Sletmo
|
adfdb9f169
Fixed #29814 -- Added support for NoneType serialization in migrations.
|
6 years ago |
Claude Paroz
|
50b8493581
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
|
6 years ago |
Tim Graham
|
b4fa94aed8
Removed code terms from docs/spelling_wordlist.
|
6 years ago |
Andrew Godwin
|
0a8a6b4683
Add clarifying section about historical migration models
|
6 years ago |
Sergey Fedoseev
|
183fb7b2b9
Fixed #28870 -- Added support for functools.partialmethod serialization in migrations.
|
7 years ago |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
Melvyn Sopacua
|
5bb9b9a388
Fixed #28363 -- Allowed naming the migration generated by squashmigrations.
|
8 years ago |
Mariusz Felisiak
|
081e787160
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
7 years ago |
Markus Amalthea Magnuson
|
266b243168
Made docs/topics/migrations.txt use single quotes consistently.
|
7 years ago |
Stefano Rivera
|
899c42cc8e
Removed unexpected initial attribute in data migration examples.
|
8 years ago |
Vytis Banaitis
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 years ago |
Arkadiusz Adamski
|
a76d12ceb4
Removed unused imports in example migrations.
|
8 years ago |
Tim Graham
|
9d27478958
Refs #23919 -- Removed docs references to long integers.
|
8 years ago |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 years ago |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 years ago |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 years ago |
Ed Morley
|
d1eda9b4ad
Refs #24109 -- Doc'd the elidable feature in squashing migrations docs.
|
8 years ago |
Mitchel Humpherys
|
ae660cde5a
Fixed incorrect word choice in docs/topics/migrations.txt.
|
8 years ago |
Maxime Lorant
|
cb3fb34b86
Fixed #27378 -- Added support for serialization of uuid.UUID in migrations.
|
8 years ago |
Krzysztof Gogolewski
|
d1dbaeaadb
Adjusted documentation of migration related commands.
|
8 years ago |
Tim Graham
|
5bd967e1c5
Doc'd how to remove old references in migration files.
|
8 years ago |
Shai Berger
|
c93ac9cf42
Refs #25850, #27142, #27110 -- Documented migration history consistency checks.
|
8 years ago |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 years ago |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 years ago |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
9 years ago |
Tim Graham
|
e519aab43a
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
|
9 years ago |
Jarek Glowacki
|
d8b651a544
Added missing step to transitioning squashed migrations.
|
9 years ago |
Mads Jensen
|
394e59099c
Fixed #25936 -- Added showmigrations to migrations topic guide.
|
9 years ago |