[Python-modules-commits] [python-django-contact-form] branch upstream updated (9ea7dfd -> 051cb7d)
Andrew Starr-Bochicchio
asb at moszumanska.debian.org
Sun Oct 11 18:25:23 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 9ea7dfd Imported Upstream version 1.0
new 051cb7d Import python-django-contact-form_1.1.orig.tar.gz
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:
MANIFEST.in | 2 +-
PKG-INFO | 9 +-
README => README.rst | 0
contact_form/forms.py | 161 +++------------
contact_form/models.py | 3 +
contact_form/runtests.py | 64 ++++++
contact_form/tests/__init__.py | 2 -
contact_form/tests/forms.py | 71 -------
contact_form/tests/test_forms.py | 142 +++++++++++++
contact_form/tests/test_urls.py | 25 +++
contact_form/tests/{views.py => test_views.py} | 51 +++--
contact_form/urls.py | 20 +-
contact_form/views.py | 6 +
PKG-INFO => django_contact_form.egg-info/PKG-INFO | 9 +-
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 | 237 +---------------------
docs/faq.rst | 34 ++--
docs/forms.rst | 13 +-
docs/index.rst | 4 +-
docs/install.rst | 151 ++++++++++++++
docs/quickstart.rst | 183 -----------------
docs/views.rst | 55 ++++-
setup.cfg | 5 +
setup.py | 17 +-
27 files changed, 614 insertions(+), 680 deletions(-)
rename README => README.rst (100%)
create mode 100644 contact_form/runtests.py
delete mode 100644 contact_form/tests/forms.py
create mode 100644 contact_form/tests/test_forms.py
create mode 100644 contact_form/tests/test_urls.py
rename contact_form/tests/{views.py => test_views.py} (63%)
copy PKG-INFO => django_contact_form.egg-info/PKG-INFO (81%)
create mode 100644 django_contact_form.egg-info/SOURCES.txt
create mode 100644 django_contact_form.egg-info/dependency_links.txt
create mode 100644 django_contact_form.egg-info/not-zip-safe
create mode 100644 django_contact_form.egg-info/top_level.txt
create mode 100644 docs/install.rst
delete mode 100644 docs/quickstart.rst
create mode 100644 setup.cfg
--
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