From 734c534dbb9c5758af335dba1fdbc2690388f076 Mon Sep 17 00:00:00 2001 From: David Szotten Date: Tue, 31 Mar 2020 14:53:33 +0100 Subject: [PATCH] update release note to include full message (#7251) the truncation changes the meaning somewhat.. --- docs/community/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/release-notes.md b/docs/community/release-notes.md index 97ec774fe..0e634aa1e 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -174,7 +174,7 @@ Be sure to upgrade to Python 3 before upgrading to Django REST Framework 3.10. * Add testing of Python 3.7 support [#6141][gh6141] * Test using Django 2.1 final release. [#6109][gh6109] * Added djangorestframework-datatables to third-party packages [#5931][gh5931] -* Change ISO 8601 date format to exclude year/month [#5936][gh5936] +* Change ISO 8601 date format to exclude year/month-only options [#5936][gh5936] * Update all pypi.python.org URLs to pypi.org [#5942][gh5942] * Ensure that html forms (multipart form data) respect optional fields [#5927][gh5927] * Allow hashing of ErrorDetail. [#5932][gh5932]