Added a missing link to release notes

pull/2583/merge
Karl Hobley 2016-05-17 16:55:59 +01:00
rodzic f8d7276800
commit c63dcdfc15
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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
-----------------------------------------

Wyświetl plik

@ -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 <image_serve_view_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