Skip to content

Commit

Permalink
Merge pull request netbox-community#1249 from feuerrot/patch-1
Browse files Browse the repository at this point in the history
upgrading.md: fix typo
  • Loading branch information
jeremystretch authored Jun 8, 2017
2 parents 7635dd3 + 0379f42 commit 015605c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This script:
Your models have changes that are not yet reflected in a migration, and so won't be applied.
Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.

This may occur due to semantic differences in environment, and can be safely ignored. Never attempt to create new migrations unless you are inentionally modifying the database schema.
This may occur due to semantic differences in environment, and can be safely ignored. Never attempt to create new migrations unless you are intentionally modifying the database schema.

# Restart the WSGI Service

Expand Down

0 comments on commit 015605c

Please sign in to comment.