[Python-modules-commits] [python-django-contact-form] branch upstream updated (c8a9b1f -> 0bbefda)

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


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

asb pushed a change to branch upstream
in repository python-django-contact-form.

      from  c8a9b1f   Imported Upstream version 1.3
       new  0bbefda   New upstream version 1.4.2

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:
 .gitignore                                |  5 +-
 .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, 566 insertions(+), 186 deletions(-)
 create mode 100644 Makefile
 copy contact_form/{urls.py => akismet_urls.py} (56%)
 create mode 100644 test_requirements.txt
 create mode 100644 tox.ini

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