[Python-modules-commits] [django-simple-captcha] 02/03: Merge tag 'upstream/0.5.6' into debian/master

Brian May bam at debian.org
Tue Dec 12 07:45:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch debian/master
in repository django-simple-captcha.

commit 023977ba911d38876858e6ef202a16247828dca1
Merge: b1e567a 4cc2e21
Author: Brian May <bam at debian.org>
Date:   Tue Dec 12 18:41:36 2017 +1100

    Merge tag 'upstream/0.5.6' into debian/master
    
    Upstream version 0.5.6

 CHANGES                                            |  12 +
 PKG-INFO                                           |   3 +-
 README.rst                                         |   2 +-
 captcha/__init__.py                                |  24 +-
 captcha/conf/settings.py                           |   1 +
 captcha/fields.py                                  |  15 +-
 captcha/helpers.py                                 |  18 +-
 captcha/models.py                                  |   8 +-
 captcha/tests/tests.py                             |  17 +-
 captcha/urls.py                                    |   2 +-
 captcha/views.py                                   |  48 +-
 django_simple_captcha.egg-info/PKG-INFO            |   3 +-
 django_simple_captcha.egg-info/SOURCES.txt         |  22 +-
 django_simple_captcha.egg-info/requires.txt        |   7 +-
 docs/advanced.rst                                  |  14 +
 docs/conf.py                                       |   4 +-
 docs/usage.rst                                     |  16 +-
 setup.cfg                                          |   1 -
 setup.py                                           |   3 +-
 testproject/coverage.sh                            |   1 +
 ..._django-simple-captcha_captcha___init___py.html | 103 ++++
 ...go-simple-captcha_captcha_conf___init___py.html |  91 ++++
 ...go-simple-captcha_captcha_conf_settings_py.html | 207 ++++++++
 ...de_django-simple-captcha_captcha_fields_py.html | 473 +++++++++++++++++
 ...e_django-simple-captcha_captcha_helpers_py.html | 273 ++++++++++
 ...de_django-simple-captcha_captcha_models_py.html | 247 +++++++++
 ...Code_django-simple-captcha_captcha_urls_py.html | 109 ++++
 ...ode_django-simple-captcha_captcha_views_py.html | 415 +++++++++++++++
 testproject/htmlcov/coverage_html.js               | 584 +++++++++++++++++++++
 testproject/htmlcov/index.html                     | 200 +++++++
 .../htmlcov/jquery.ba-throttle-debounce.min.js     |   9 +
 testproject/htmlcov/jquery.hotkeys.js              |  99 ++++
 testproject/htmlcov/jquery.isonscreen.js           |  53 ++
 testproject/htmlcov/jquery.min.js                  |   4 +
 testproject/htmlcov/jquery.tablesorter.min.js      |   2 +
 testproject/htmlcov/keybd_closed.png               | Bin 0 -> 112 bytes
 testproject/htmlcov/keybd_open.png                 | Bin 0 -> 112 bytes
 testproject/htmlcov/status.json                    |   1 +
 testproject/htmlcov/style.css                      | 375 +++++++++++++
 testproject/settings.py                            |   9 +-
 .../templates/captcha_test/image_html5_audio.html  |  22 +
 tox.ini                                            |   8 +-
 42 files changed, 3407 insertions(+), 98 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-simple-captcha.git



More information about the Python-modules-commits mailing list