diff options
| author | Moayad Mardini <moayad.m@gmail.com> | 2014-03-24 13:06:39 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-24 07:27:04 -0400 |
| commit | bff77e2aa81f90b5be2fd00220b479077d8082de (patch) | |
| tree | 1bc593cabe33843874b4af312cd3cdce6eb027d0 /docs | |
| parent | 7ac8380799eedb374621317b62ccf026d86ea245 (diff) | |
Fixed #22265 -- Clarfied consistent behavior of migrations.
Thanks aruseni for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/migrations.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index 5d7f9ac5e1..6904916c12 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -55,9 +55,9 @@ staging machines, and eventually your production machines. It is possible to override the name of the package which contains the migrations on a per-app basis by modifying the :setting:`MIGRATION_MODULES` setting. -Migrations will run the same way every time and produce consistent results, -meaning that what you see in development and staging is exactly what will -happen in production - no unexpected surprises. +Migrations will run the same way on the same dataset and produce consistent +results, meaning that what you see in development and staging is, under the +same circumstances, exactly what will happen in production. Backend Support --------------- |
