[Python-modules-commits] [python-django-contact-form] branch upstream updated (051cb7d -> 2b0d7d0)
Andrew Starr-Bochicchio
asb at moszumanska.debian.org
Fri Dec 25 19:20:36 UTC 2015
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 051cb7d Import python-django-contact-form_1.1.orig.tar.gz
new 023166e Import upstream snapshot 8413069af2bd9282be6fafe5185f54dcdbe88b38
new 2b0d7d0 Imported Upstream version 1.2~git23.8413069
The 2 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 | 22 +++++++++++++++
LICENSE | 2 +-
PKG-INFO | 31 ----------------------
README.rst | 3 +++
contact_form/forms.py | 14 +++++-----
contact_form/models.py | 3 ---
contact_form/runtests.py | 7 ++++-
.../tests/templates/contact_form/contact_form.html | 1 +
.../tests/templates/contact_form/contact_form.txt | 1 +
.../templates/contact_form/contact_form_sent.html | 1 +
.../contact_form/contact_form_subject.txt | 1 +
.../contact_form/test_callable_template_name.html | 1 +
contact_form/tests/test_forms.py | 3 +--
contact_form/tests/test_views.py | 6 ++---
contact_form/views.py | 20 ++++++++++++++
django_contact_form.egg-info/PKG-INFO | 31 ----------------------
django_contact_form.egg-info/SOURCES.txt | 27 -------------------
django_contact_form.egg-info/dependency_links.txt | 1 -
django_contact_form.egg-info/not-zip-safe | 1 -
django_contact_form.egg-info/top_level.txt | 1 -
docs/conf.py | 4 +--
docs/faq.rst | 10 +++----
docs/install.rst | 11 +++-----
setup.cfg | 16 ++++++++---
setup.py | 5 ++--
26 files changed, 97 insertions(+), 131 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
delete mode 100644 PKG-INFO
delete mode 100644 contact_form/models.py
create mode 100644 contact_form/tests/templates/contact_form/contact_form.html
create mode 100644 contact_form/tests/templates/contact_form/contact_form.txt
create mode 100644 contact_form/tests/templates/contact_form/contact_form_sent.html
create mode 100644 contact_form/tests/templates/contact_form/contact_form_subject.txt
create mode 100644 contact_form/tests/templates/contact_form/test_callable_template_name.html
delete mode 100644 django_contact_form.egg-info/PKG-INFO
delete mode 100644 django_contact_form.egg-info/SOURCES.txt
delete mode 100644 django_contact_form.egg-info/dependency_links.txt
delete mode 100644 django_contact_form.egg-info/not-zip-safe
delete mode 100644 django_contact_form.egg-info/top_level.txt
--
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