From 5796956235a17313d48a1fd98d9aaa95d720b78f Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sat, 6 Jan 2018 19:30:08 +0000 Subject: [PATCH] Fix typo --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9ace0a808..4d7e41ef2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,7 +3,7 @@ Changelog * 1.0.0 * Upgrade to Django 1.11. **You'll need to run - ``pip install -r requirements.txt`` to after the usual ``git pull`` to + ``pip install -r requirements.txt`` after the usual ``git pull`` to properly update**. * Replace the templatetag-based hack we had for document listing in favour of a slightly less ugly solution in the form of another template tag with less