From 616e89d3583dcf31d92d66dc291d126c040ba965 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Fri, 12 Jan 2018 19:27:35 +0100 Subject: [PATCH] Fix typo - plural form of 'matrix' --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8cc7fec..bc4a2a7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,7 @@ Changelog * Add Django 2.0 support - Add on_delete=models.CASCADE in models & migrations - - Add Django 2.0 to tests matrixs + - Add Django 2.0 to tests matrices 4.4 ---