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
/
docs
/
topics
/
migrations.txt
Age
Commit message (
Expand
)
Author
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2016-01-04
Added missing step to transitioning squashed migrations.
Jarek Glowacki
2015-12-22
Fixed #25936 -- Added showmigrations to migrations topic guide.
Mads Jensen
2015-12-18
Fixed #25063 -- Added path to makemigration's output of migration file.
Niels Van Och
2015-11-26
Fixed #25807 -- Instructed the migration writer about lazy objects.
Simon Charette
2015-11-19
Fixed #25764 -- Added support for serialization of enum.Enum in migrations.
Andrei Fokau
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-19
Fixed #25390 -- Allowed specifying a start migration in squashmigrations
Markus Holtermann
2015-08-31
Cleaned up example migration files in docs
Tyson Clugg
2015-08-31
Fixed #25259 -- Added comments to header of generated migration files
Tyson Clugg
2015-07-29
Fixed #25185 -- Added support for functools.partial serialization in migrations
Piper Merriam
2015-07-25
Fixed malformed Sphinx directives.
Tim Graham
2015-07-13
Fixed #24375 -- Added Migration.initial attribute
Andrei Kulakov
2015-06-25
Updated release process for new release schedule.
Tim Graham
2015-03-13
Fixed #24052 -- Doc'd how to write data migrations with models in multiple apps.
Andrei Kulakov
2015-02-16
Fixed #23892 -- Clarified compatibility policy for migrations.
Carl Meyer
2015-02-13
Fixed #24184 -- Prevented automatic soft-apply of migrations
Markus Holtermann
2015-02-09
Removed docs about unmigrated apps as they are not supported in Django 1.9.
Tim Graham
2015-02-03
Added a "Writing migrations" how-to.
Tim Graham
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-30
Updated recommendation for testing keyword arg in custom fields.
Andrei Kulakov
2015-01-18
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2015-01-17
Removed support for custom SQL per deprecation timeline.
Tim Graham
2015-01-17
Removed the syncdb command per deprecation timeline.
Tim Graham
2015-01-10
Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.
Loic Bistuer
2015-01-05
Fixed #23861 -- Added an API to deprecate model fields.
Tim Graham
2015-01-03
Fixed #23749 -- Documented how to use the database alias in RunPython.
Alfred Perlstein
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-12
Fixed #23982 -- Added doc note on generating Python 2/3 cross-compatible migr...
Carl Meyer
2014-11-17
Fix malformed note directives.
Carl Meyer
2014-11-04
Added a warning about nonexistent FK constraints when unmigrated apps depend ...
Tim Graham
2014-10-27
Fixed typo in squashing migrations documentation
bahoo
2014-10-09
Updated release notes following backport of a407b84. Refs #23365.
Loic Bistuer
2014-09-29
Fixed #23365 -- Added support for timezone-aware datetimes to migrations.
Rudy Mutter
2014-09-29
Fixed #17638 -- Added crosslinks between topic and reference guides.
Duane Hilton
2014-09-26
How many is two?
Carl Meyer
2014-09-24
Fixed #23473 -- Documented that @deconstructible classes need __eq__.
Markus Holtermann
2014-09-10
Note re migrations importing custom fields
Greg Brown
2014-09-05
Update docs to be more clear about nested classes (refs #23418)
Andrew Godwin
2014-09-02
Fixed #23302 -- Added --name/-n option to makemigrations command
Raffaele Salmaso
2014-09-02
Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to upgrade instruc...
Tim Graham
2014-08-24
Fixed #23131 -- Documented serialization of callable functions in migrations.
Tim Graham
2014-08-21
Update squashmigration docs to also mention circ dep errs (refs #23337)
Andrew Godwin
2014-08-19
Fixed #23316 -- Added datetime.time serialization in migrations.
Lee Sanghyuck
2014-08-18
Fixed #23263 -- Added sqlmigrate to migration topic guide.
Tim Graham
2014-08-13
Improved formatting of deconstruct() docs.
areski
2014-07-29
Fixed #23127: south_migrations note in docs
Andrew Godwin
2014-07-29
Fixed #23090: Document and enforce not double-squashing migrations
Andrew Godwin
[next]