Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danirus committed Dec 22, 2015
1 parent cecfc09 commit d53b226
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.rst
Expand Up @@ -11,11 +11,10 @@ django-contactme
:target: https://coveralls.io/r/danirus/django-contactme?branch=master


A reusable Django app that adds a contact form with email protection to your site:
1. Contact data only hit the database when the user confirms her email address
Simple and stable Django app that provides a contact form with email protection:
1. Contact data only hit the database when the user confirms the verification URL sent by email
2. Emails are threaded to avoid response blocking
3. Supports Django 1.4, 1.5, 1.6, 1.7 and 1.8
4. Python 3 for Django 1.5, 1.6, 1.7, 1.8
3. Supports Django 1.8 and 1.9 under Python 2.7, 3.4 and 3.5

Read the documentation at:

Expand All @@ -25,6 +24,4 @@ Read the documentation at:
.. _`Read The Docs`: http://readthedocs.org/docs/django-contactme/
.. _`Python Packages Site`: http://packages.python.org/django-contactme/

Includes a **demo site** limited **test suite**. If you commit code, please consider adding proper coverage (especially if it has a chance for a regression) in the test suite.

Run the tests with: ``tox``
Includes several **demo sites** and a complete **test suite** for the backend code and the jquery plugin.

0 comments on commit d53b226

Please sign in to comment.