From 3a8308144605b1ebd3b31cdf5664e376f3ce75d2 Mon Sep 17 00:00:00 2001 From: winkidney Date: Tue, 4 Sep 2018 11:19:37 +0800 Subject: [PATCH] Doc: Change removing of migration-file to optional --- doc/upgrade_from_1.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upgrade_from_1.x.md b/doc/upgrade_from_1.x.md index 96d64a9..ee8d598 100644 --- a/doc/upgrade_from_1.x.md +++ b/doc/upgrade_from_1.x.md @@ -33,7 +33,7 @@ pip uninstall django-images # /path_to_your_python_packages/django_images/migrations/0002_auto_20180826_0845.py # Proceed (y/n)? # ------------------------------------------ -# Please remove the file it by hand +# Please remove the file it by hand if possible (this operation is optional) rm /path_to_your_python_packages/django_images/migrations/0002_auto_20180826_0845.py # exit pipenv's virtualenv