From 7c9ca47d53e956cc2559d0874b5dcdbe7686c3a1 Mon Sep 17 00:00:00 2001 From: Patrick Altman Date: Tue, 10 Sep 2013 01:27:34 -0500 Subject: [PATCH] Fix typo in changelog --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8639a96..1287c9c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,7 +6,7 @@ Changelog v0.5 (2013-09-09) ^^^^^^^^^^^^^^^^^ -- Switched from raising Django's ``ImproperlyConfigured`` excpetion on errors +- Switched from raising Django's ``ImproperlyConfigured`` exception on errors to standard ``ValueError`` to prevent hiding those errors when Django specially handles the first.