Carl Meyer
|
d4bdddeefe
Fixed #23982 -- Added doc note on generating Python 2/3 cross-compatible migrations.
|
10 years ago |
Carl Meyer
|
dee3946a91
Fix malformed note directives.
|
10 years ago |
Tim Graham
|
f0ff452451
Added a warning about nonexistent FK constraints when unmigrated apps depend on migrated ones.
|
10 years ago |
bahoo
|
af7d66b4f2
Fixed typo in squashing migrations documentation
|
10 years ago |
Loic Bistuer
|
bf1bb07bf0
Updated release notes following backport of a407b84. Refs #23365.
|
10 years ago |
Rudy Mutter
|
a407b846b4
Fixed #23365 -- Added support for timezone-aware datetimes to migrations.
|
10 years ago |
Duane Hilton
|
054bdfeff1
Fixed #17638 -- Added crosslinks between topic and reference guides.
|
10 years ago |
Carl Meyer
|
f5c932ddec
How many is two?
|
10 years ago |
Markus Holtermann
|
066e672d79
Fixed #23473 -- Documented that @deconstructible classes need __eq__.
|
10 years ago |
Greg Brown
|
b4d486c80f
Note re migrations importing custom fields
|
10 years ago |
Andrew Godwin
|
45768e6b72
Update docs to be more clear about nested classes (refs #23418)
|
10 years ago |
Raffaele Salmaso
|
1435cfbe8d
Fixed #23302 -- Added --name/-n option to makemigrations command
|
10 years ago |
Tim Graham
|
bda2809712
Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to upgrade instructions.
|
10 years ago |
Tim Graham
|
50ae4b4b9e
Fixed #23131 -- Documented serialization of callable functions in migrations.
|
10 years ago |
Andrew Godwin
|
459cfb523d
Update squashmigration docs to also mention circ dep errs (refs #23337)
|
10 years ago |
Lee Sanghyuck
|
11d9cbe2f4
Fixed #23316 -- Added datetime.time serialization in migrations.
|
10 years ago |
Tim Graham
|
7ed3d0bb61
Fixed #23263 -- Added sqlmigrate to migration topic guide.
|
10 years ago |
areski
|
d441a9d006
Improved formatting of deconstruct() docs.
|
10 years ago |
Andrew Godwin
|
b9a9b052e8
Fixed #23127: south_migrations note in docs
|
10 years ago |
Andrew Godwin
|
8ebd6d35d7
Fixed #23090: Document and enforce not double-squashing migrations
|
10 years ago |
Andrew Godwin
|
ceb2aaf1d4
Add south upgrade note to 1.7 release notes
|
10 years ago |
Andrew Godwin
|
9f4852f649
Fixed #22863: Improve clarity of makemigrations for non-db params
|
10 years ago |
Andrew Godwin
|
24afb1d7a7
Fixed #22660: Doc'd you can't have unmigrated apps depend on migrated
|
10 years ago |
Andrew Godwin
|
6fd455adfc
Fixed #22436: More careful checking on method ref'ce serialization
|
10 years ago |
Claude Paroz
|
e520a73eee
Harmonized some PEP 0263 coding preambles
|
11 years ago |
Andrew Godwin
|
827d5dc189
Improve docs around deconstruction/serialisation (refs #22337)
|
11 years ago |
Tim Graham
|
b829d53b37
Fixed #22497 -- Highlighted difference between field and class deconstruction.
|
11 years ago |
Tim Graham
|
1ce759b69f
Fixed #22445 -- Added how to perform a reverse data migration to topic guide.
|
11 years ago |
Tim Graham
|
ab8d8e00c9
Improved formatting and links of migration docs.
|
11 years ago |
Tim Graham
|
b5ce21accb
Fixed spelling errors in documentation.
|
11 years ago |