Djangorecipe

Latest version: v2.2.1

Safety actively analyzes 623075 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

2.3

----------------

- Nothing changed yet.

2.2.1

------------------

- Bugfix for 2.2: ``bin/test`` was missing quotes around an option. [reinout]

2.2

----------------

- Added optional ``coverage`` option. Set it to ``true`` to automatically run
coverage around your django tests. Needed if you used to have a test runner
like django-nose run your coverage automatically. Since django 1.7, this
doesn't work anymore. With the new "coverage" option, ``bin/test`` does it
for you. [reinout]

- Automated tests (travis-ci.org) test with django 1.4, 1.8 and 1.9 now. And
pypi, python 2.7 and python 3.4. [reinout]

2.1.2

------------------

- Fixed documentation bug: the readme mentioned ``script-with-settings``
instead of ``scripts-with-settings`` (note the missing ``s`` after
``script``). The correct one is ``script-with-settings``.
[tzicatl]

2.1.1

------------------

- Bugfix: ``script-entrypoints`` entry point finding now actually works.

2.1

----------------

- Renamed ``script-entrypoints`` option to ``scripts-with-settings``. It
accepts script names that would otherwise get generated (like ``gunicorn``)
and generates a duplicate script named like ``bin/gunicorn-with-settings``.

Technical note: this depends on the scripts being setuptools "console_script
entrypoint" scripts.

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.