From b8c5120f20523a37a06cc21b8dade5d09090ccaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bryon?= Date: Sun, 24 Nov 2013 11:09:50 +0100 Subject: [PATCH] Refs #65 - Added notes about requirements and known good set of versions in INSTALL. --- INSTALL | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/INSTALL b/INSTALL index 961f35c..76e59f9 100644 --- a/INSTALL +++ b/INSTALL @@ -17,12 +17,32 @@ pip: pip install django-downloadview +Installing `django-downloadview` will automatically trigger the installation of +the following requirements: + +.. literalinclude:: /../setup.py + :language: python + :lines: 35 + .. note:: Since version 1.1, django-downloadview requires Django>=1.5, which provides :py:class:`~django.http.StreamingHttpResponse`. +************************** +Known good set of versions +************************** + +`django-downloadview` has been tested in an environment with the following set +of versions. If something is going wrong with other versions, please report it +in `django-downloadview's bugtracker`_. + +.. literalinclude:: /../etc/buildout.cfg + :language: ini + :lines: 67- + + .. rubric:: Notes & references .. seealso:: @@ -30,3 +50,8 @@ pip: * :doc:`/settings` * :doc:`/about/changelog` * :doc:`/about/license` + +.. target-notes:: + +.. _`django-downloadview's bugtracker`: + https://github.com/benoitbryon/django-downloadview/issues