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

Brian May bam at moszumanska.debian.org
Mon Jul 3 22:34:21 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 eb28cf65acc4e29b485ec5a0c7a12ea88cd6cca3
Merge: 7f3d76f d57d986
Author: Brian May <bam at debian.org>
Date:   Tue Jul 4 08:26:04 2017 +1000

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

 CHANGES                                            |  23 +++++++
 PKG-INFO                                           |   2 +-
 README.rst                                         |   2 +-
 captcha/__init__.py                                |   4 +-
 captcha/conf/settings.py                           |   9 ++-
 captcha/fields.py                                  |  37 ++++++-----
 captcha/helpers.py                                 |   4 +-
 captcha/locale/pl/LC_MESSAGES/django.mo            | Bin 720 -> 721 bytes
 captcha/locale/pl/LC_MESSAGES/django.po            |   2 +-
 captcha/locale/zh_Hans/LC_MESSAGES/django.mo       | Bin 0 -> 643 bytes
 captcha/locale/zh_Hans/LC_MESSAGES/django.po       |  32 ++++++++++
 captcha/management/commands/captcha_clean.py       |   4 +-
 captcha/management/commands/captcha_create_pool.py |  27 ++++++++
 captcha/models.py                                  |  43 ++++++++-----
 captcha/templates/captcha/text_field.html          |   2 +-
 captcha/tests/tests.py                             |  68 +++++++++++++++++++--
 captcha/tests/urls.py                              |   3 +-
 captcha/tests/views.py                             |  13 ++++
 captcha/views.py                                   |   4 +-
 django_simple_captcha.egg-info/PKG-INFO            |   2 +-
 django_simple_captcha.egg-info/SOURCES.txt         |   3 +
 docs/advanced.rst                                  |  24 ++++++++
 docs/conf.py                                       |   4 +-
 docs/index.rst                                     |   2 +-
 docs/usage.rst                                     |   1 +
 testproject/settings.py                            |   3 -
 testproject/urls.py                                |  13 ++--
 testproject/views.py                               |   7 +--
 tox.ini                                            |  13 ++--
 29 files changed, 278 insertions(+), 73 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