From 3279ae1f4b05d8057ae15a1acce53deca373baf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Sat, 16 Feb 2019 19:35:59 +0200 Subject: [PATCH] Fix CHANGES reference to Django LTS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aleksi Häkli --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index b37619e..64ad337 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -86,7 +86,7 @@ Changes call argument signature in a backwards compatible fashion. [aleksihakli] -- Add official support for the Django 2.1 LTS version and Python 3.7. +- Add official support for the Django 2.1 version and Python 3.7. [aleksihakli] - Improve the requirements, documentation, tests, and CI setup.