[Python-modules-commits] [django-simple-captcha] branch upstream updated (a30a7ec -> d57d986)

Brian May bam at moszumanska.debian.org
Mon Jul 3 22:34:22 UTC 2017


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

bam pushed a change to branch upstream
in repository django-simple-captcha.

      from  a30a7ec   Import django-simple-captcha_0.5.1.orig.tar.gz
       new  d57d986   New upstream version 0.5.5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 +-
 .../{zh_CN => zh_Hans}/LC_MESSAGES/django.mo       | Bin
 .../{zh_CN => zh_Hans}/LC_MESSAGES/django.po       |   0
 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, 246 insertions(+), 73 deletions(-)
 copy captcha/locale/{zh_CN => zh_Hans}/LC_MESSAGES/django.mo (100%)
 copy captcha/locale/{zh_CN => zh_Hans}/LC_MESSAGES/django.po (100%)
 create mode 100644 captcha/management/commands/captcha_create_pool.py

-- 
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