diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 | ||||
| -rw-r--r-- | docs/topics/migrations.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 73c0d97bf7..d4a7a8da6b 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -484,7 +484,7 @@ Install Django and set up database ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :ref:`install Django <installing-official-release>` on your system. It is -recommended that you create a :doc:`virtural environment +recommended that you create a :doc:`virtual environment <python:tutorial/venv>` for each project you create. psycopg2 diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index 708040826f..6b174b4196 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -676,7 +676,7 @@ app label and migration name you want to squash up to, and it'll get to work:: Do you wish to proceed? [yN] y Optimizing... Optimized from 12 operations to 7 operations. - Created new squashed migration /home/andrew/Programs/DjangoTest/test/migrations/0001_squashed_0004_undo_somthing.py + Created new squashed migration /home/andrew/Programs/DjangoTest/test/migrations/0001_squashed_0004_undo_something.py You should commit this migration but leave the old ones in place; the new migration will be used for new installs. Once you are sure all instances of the codebase have applied the migrations you squashed, |
