From 92e4ad332992b91d4674335f3d83a7181e38967d Mon Sep 17 00:00:00 2001 From: Aditya Date: Wed, 26 Oct 2016 20:54:41 +0530 Subject: [PATCH] Fix typo in changelog: aetting --> setting (#668) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c521a1d..1094c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Bug fixes: * Fix django authorization redirect by correctly checking validity of credentials. (#651) * Correct query loss when using parse_qsl to dict. (#622) * Switch django models from pickle to jsonpickle. (#614) -* Support new MIDDLEWARE Django 1.10 aetting. (#623) +* Support new MIDDLEWARE Django 1.10 setting. (#623) * Remove usage of os.environ.setdefault. (#621) * Handle missing storage files correctly. (#576) * Try to revoke token with POST when getting a 405. (#662)