[Python-modules-commits] [python-django-contact-form] 02/05: Merge tag 'upstream/1.4.2'

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Mon Jul 3 14:55:57 UTC 2017


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

asb pushed a commit to branch master
in repository python-django-contact-form.

commit 71b6eb4a60e27e940d2e243c29ce9f047edd0b92
Merge: 6698cbc 0bbefda
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date:   Mon Jul 3 10:44:54 2017 -0400

    Merge tag 'upstream/1.4.2'
    
    Upstream version 1.4.2

 .gitignore                                |  7 +--
 .travis.yml                               | 21 +------
 LICENSE                                   |  2 +-
 MANIFEST.in                               |  1 +
 Makefile                                  | 60 +++++++++++++++++++
 README.rst                                |  4 +-
 contact_form/{urls.py => akismet_urls.py} | 12 ++--
 contact_form/forms.py                     | 83 ++++++++++++++++++++------
 contact_form/runtests.py                  |  8 ++-
 contact_form/tests/test_forms.py          | 75 +++++++++++++++++++++++-
 contact_form/tests/test_urls.py           |  8 ++-
 contact_form/tests/test_views.py          | 53 ++++++++++++++++-
 contact_form/urls.py                      |  4 +-
 contact_form/views.py                     | 27 ++-------
 docs/conf.py                              |  6 +-
 docs/faq.rst                              | 67 ++++++++++++---------
 docs/forms.rst                            | 97 +++++++++++++++++++++++++++----
 docs/index.rst                            | 11 ++--
 docs/install.rst                          | 60 ++++++++-----------
 docs/quickstart.rst                       | 62 ++++++++++++++++----
 docs/views.rst                            | 21 ++-----
 setup.cfg                                 |  4 ++
 setup.py                                  | 12 ++--
 test_requirements.txt                     |  3 +
 tox.ini                                   | 46 +++++++++++++++
 25 files changed, 565 insertions(+), 189 deletions(-)

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



More information about the Python-modules-commits mailing list