mirror of
https://github.com/django/django.git
synced 2025-07-16 01:35:15 +00:00
[1.8.x] Fixed #25056 -- Documented minimum version of jinja2 for testing.
Backport of ca58181bac
from master
This commit is contained in:
parent
92e1ace575
commit
cb3e9bc0d7
2 changed files with 3 additions and 1 deletions
|
@ -159,6 +159,7 @@ dependencies:
|
|||
|
||||
* bcrypt_
|
||||
* docutils_
|
||||
* jinja2_ 2.7+
|
||||
* numpy_
|
||||
* Pillow_
|
||||
* PyYAML_
|
||||
|
@ -192,6 +193,7 @@ associated tests will be skipped.
|
|||
|
||||
.. _bcrypt: https://pypi.python.org/pypi/bcrypt
|
||||
.. _docutils: https://pypi.python.org/pypi/docutils
|
||||
.. _jinja2: https://pypi.python.org/pypi/jinja2
|
||||
.. _numpy: https://pypi.python.org/pypi/numpy
|
||||
.. _Pillow: https://pypi.python.org/pypi/Pillow/
|
||||
.. _PyYAML: http://pyyaml.org/wiki/PyYAML
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue