From 97f7a82b372d22e588c8771398971ecdd517cdb7 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 28 Nov 2017 16:46:34 +0100 Subject: [PATCH] Correct typos Closes #5634 --- docs/topics/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 9ac3ab100..44d8c7a12 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -43,14 +43,14 @@ You can determine your currently installed version using `pip freeze`: ### 3.7.3 -**Date**: [6th Novemember 2017][3.7.3-milestone] +**Date**: [6th November 2017][3.7.3-milestone] * Fix `AppRegistryNotReady` error from contrib.auth view imports [#5567][gh5567] ### 3.7.2 -**Date**: [6th Novemember 2017][3.7.2-milestone] +**Date**: [6th November 2017][3.7.2-milestone] * Fixed Django 2.1 compatibility due to removal of django.contrib.auth.login()/logout() views. [#5510][gh5510] * Add missing import for TextLexer. [#5512][gh5512]