[Python-modules-commits] [python-django-registration] branch upstream updated (1cbf9c5 -> a3e514d)
Stephan Suerken
absurd at moszumanska.debian.org
Tue Nov 29 11:50:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
absurd pushed a change to branch upstream
in repository python-django-registration.
from 1cbf9c5 Import python-django-registration_2.1.2.orig.tar.gz
adds a3e514d Import python-django-registration_2.2.orig.tar.gz
No new revisions were added by this update.
Summary of changes:
PKG-INFO | 3 +-
README.rst | 2 +-
django_registration.egg-info/PKG-INFO | 3 +-
docs/conf.py | 6 +-
docs/custom-user.rst | 45 ++++----
docs/faq.rst | 58 +++++-----
docs/forms.rst | 18 +++-
docs/hmac.rst | 2 +-
docs/index.rst | 4 +-
docs/install.rst | 24 +++--
docs/model-workflow.rst | 32 +++---
docs/quickstart.rst | 16 +--
docs/settings.rst | 4 +-
docs/signals.rst | 2 +-
docs/simple-workflow.rst | 2 +-
docs/upgrade.rst | 42 +++++---
docs/validators.rst | 6 +-
docs/views.rst | 12 ++-
registration/__init__.py | 2 +-
registration/backends/hmac/__init__.py | 2 +-
registration/backends/model_activation/__init__.py | 2 +-
registration/backends/simple/__init__.py | 2 +-
registration/models.py | 10 +-
registration/runtests.py | 18 +++-
registration/tests/base.py | 117 ++++++++++++++++++---
registration/tests/test_forms.py | 6 ++
registration/tests/test_hmac_workflow.py | 105 ++++++++++++------
registration/tests/test_model_workflow.py | 63 ++++++++---
registration/tests/test_models.py | 17 ---
registration/tests/test_simple_workflow.py | 16 ++-
registration/validators.py | 4 +
registration/views.py | 4 +-
setup.cfg | 2 +-
setup.py | 1 +
34 files changed, 434 insertions(+), 218 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-registration.git
More information about the Python-modules-commits
mailing list