From 4e3825682a694d36569e52d7e2e4a73347642e86 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 13 Apr 2020 17:07:15 +1000 Subject: [PATCH] Doc fix for mgiration (cherry picked from commit 6ef32dfa2d60e7112e59740ab43f62cbe5791721) --- .gitignore | 1 + InvenTree/company/migrations/0019_auto_20200413_0642.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25c1195923..b648ad00b9 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ var/ local_settings.py *.sqlite3 *.backup +*.old # Sphinx files docs/_build diff --git a/InvenTree/company/migrations/0019_auto_20200413_0642.py b/InvenTree/company/migrations/0019_auto_20200413_0642.py index e818d647cb..df022b73ef 100644 --- a/InvenTree/company/migrations/0019_auto_20200413_0642.py +++ b/InvenTree/company/migrations/0019_auto_20200413_0642.py @@ -230,7 +230,6 @@ def associate_manufacturers(apps, schema_editor): print("against possible companies.") print("This process requires user input.") print("") - print("To cancel this mapping process, press Ctrl-C in the terminal.") print("Note: This process MUST be completed to migrate the database.") print("---------------------------------------") print("")