From 18a2e64840834e64b88fe4491ad3037dd304d44f Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Mon, 2 Oct 2017 09:03:26 +0200 Subject: [PATCH] Add release notes for #5469 --- docs/topics/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index beede65d6..a511e064a 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -82,10 +82,11 @@ You can determine your currently installed version using `pip freeze`: * Fix schema generation markdown [#5421][gh5421] * Allow `ChoiceField.choices` to be set dynamically [#5426][gh5426] * Add the project layout to the quickstart [#5434][gh5434] - +* Reuse 'apply_markdown' function in 'render_markdown' templatetag [#5469][gh5469] +[gh5469]: https://github.com/encode/django-rest-framework/issues/5469 [gh5435]: https://github.com/encode/django-rest-framework/issues/5435 [gh5434]: https://github.com/encode/django-rest-framework/issues/5434 [gh5426]: https://github.com/encode/django-rest-framework/issues/5426