Niels Van Och
|
99a1265a39
Fixed #25063 -- Added path to makemigration's output of migration file.
|
9 years ago |
Simon Charette
|
cc2ca9c550
Fixed #25807 -- Instructed the migration writer about lazy objects.
|
9 years ago |
Andrei Fokau
|
998894e1b9
Fixed #25764 -- Added support for serialization of enum.Enum in migrations.
|
9 years ago |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 years ago |
Markus Holtermann
|
43f2eb7ef3
Fixed #25390 -- Allowed specifying a start migration in squashmigrations
|
9 years ago |
Tyson Clugg
|
73df1040a2
Cleaned up example migration files in docs
|
9 years ago |
Tyson Clugg
|
e34226fc37
Fixed #25259 -- Added comments to header of generated migration files
|
9 years ago |
Piper Merriam
|
537818af87
Fixed #25185 -- Added support for functools.partial serialization in migrations
|
9 years ago |
Tim Graham
|
e3d1f2422c
Fixed malformed Sphinx directives.
|
9 years ago |
Andrei Kulakov
|
db97a88495
Fixed #24375 -- Added Migration.initial attribute
|
10 years ago |
Tim Graham
|
aed437d567
Updated release process for new release schedule.
|
9 years ago |
Andrei Kulakov
|
b089759d60
Fixed #24052 -- Doc'd how to write data migrations with models in multiple apps.
|
10 years ago |
Carl Meyer
|
e35c70bef4
Fixed #23892 -- Clarified compatibility policy for migrations.
|
10 years ago |
Markus Holtermann
|
f287bec583
Fixed #24184 -- Prevented automatic soft-apply of migrations
|
10 years ago |
Tim Graham
|
c5d1a5ef5c
Removed docs about unmigrated apps as they are not supported in Django 1.9.
|
10 years ago |
Tim Graham
|
570912a97d
Added a "Writing migrations" how-to.
|
10 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |
Andrei Kulakov
|
dbabf43920
Updated recommendation for testing keyword arg in custom fields.
|
10 years ago |
Tim Graham
|
7e8cf74dc7
Removed support for syncing apps without migrations per deprecation timeline.
|
10 years ago |
Tim Graham
|
4aa089a9a9
Removed support for custom SQL per deprecation timeline.
|
10 years ago |
Tim Graham
|
f6463bb380
Removed the syncdb command per deprecation timeline.
|
10 years ago |
Loic Bistuer
|
8f4877c89d
Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.
|
10 years ago |
Tim Graham
|
c87ee41954
Fixed #23861 -- Added an API to deprecate model fields.
|
10 years ago |
Alfred Perlstein
|
db3f7c15cb
Fixed #23749 -- Documented how to use the database alias in RunPython.
|
10 years ago |
Markus Holtermann
|
aa5ef0d4fc
Fixed #23822 -- Added support for serializing model managers in migration
|
10 years ago |
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 |