From c63dcdfc155e6c0e35c6b4abe4d82724c67f8d93 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Tue, 17 May 2016 16:55:59 +0100 Subject: [PATCH] Added a missing link to release notes --- docs/advanced_topics/images/image_serve_view.rst | 2 ++ docs/releases/1.5.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/advanced_topics/images/image_serve_view.rst b/docs/advanced_topics/images/image_serve_view.rst index c51624beb8..ba59984f04 100644 --- a/docs/advanced_topics/images/image_serve_view.rst +++ b/docs/advanced_topics/images/image_serve_view.rst @@ -78,6 +78,8 @@ And here's an example of this being used in a view: Advanced configuration ====================== +.. _image_serve_view_redirect_action: + Making the view redirect instead of serve ----------------------------------------- diff --git a/docs/releases/1.5.rst b/docs/releases/1.5.rst index 21e36dc6ad..6a14002e7d 100644 --- a/docs/releases/1.5.rst +++ b/docs/releases/1.5.rst @@ -33,7 +33,7 @@ Improvements to the "Image serve view" This view, which is used for requesting image thumbnails from an external app, has had some improvements made to it in this release. - - A "redirect" action has been added which will redirect the user to where the resized image is hosted rather than serving it from the app. This may be beneficial for performance if the images are hosted externally (eg, S3) + - A :ref:`"redirect" action ` has been added which will redirect the user to where the resized image is hosted rather than serving it from the app. This may be beneficial for performance if the images are hosted externally (eg, S3) - It now takes an optional extra path component which can be used for appending a filename to the end of the URL - The key is now configurable on the view so you don't have to use your project's ``SECRET_KEY`` - It's been refactored into a class based view and you can now create multiple serve views with different image models and/or keys