mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Refs #80 - Updated changelog.
This commit is contained in:
parent
eeaabd2a37
commit
d29e3532e8
2 changed files with 5 additions and 1 deletions
|
|
@ -10,6 +10,10 @@ future releases, check `milestones`_ and :doc:`/about/vision`.
|
|||
|
||||
- Feature #46: introduced support for Python>=3.3.
|
||||
|
||||
- Feature #80: added documentation about "how to serve a file inline VS how to
|
||||
serve a file as attachment". Improved documentation of views' base options
|
||||
inherited from ``DownloadMixin``.
|
||||
|
||||
- Feature #74: the Makefile in project's repository no longer creates a
|
||||
virtualenv. Developers setup the environment as they like, i.e. using
|
||||
virtualenv, virtualenvwrapper or whatever. Tests are run with tox.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS =
|
||||
SPHINXBUILD = sphinx-build -W # Turn warnings into errors.
|
||||
SPHINXBUILD = sphinx-build # Turn warnings into errors.
|
||||
PAPER =
|
||||
BUILDDIR = ../var/docs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue