[Python-modules-commits] [python-django-registration] branch upstream updated (db92d6a -> 1cbf9c5)

Stephan Suerken absurd at moszumanska.debian.org
Fri Jul 29 19:19:16 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  db92d6a   Import python-django-registration_2.0.4.orig.tar.gz
      adds  4041fb4   Import python-django-registration_2.1.2.orig.tar.gz
      adds  1cbf9c5   Import python-django-registration_2.1.2.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 LICENSE                                            |   2 +-
 PKG-INFO                                           |   6 +-
 README.rst                                         |   4 +-
 django_registration.egg-info/PKG-INFO              |   6 +-
 django_registration.egg-info/SOURCES.txt           |   2 +
 docs/conf.py                                       |   4 +-
 docs/custom-user.rst                               | 198 ++++++++++++---------
 docs/faq.rst                                       |  28 +--
 docs/forms.rst                                     |  10 ++
 docs/hmac.rst                                      |  10 +-
 docs/index.rst                                     |   1 +
 docs/install.rst                                   |  28 ++-
 docs/model-workflow.rst                            |  29 ++-
 docs/quickstart.rst                                |  30 ++--
 docs/settings.rst                                  |   4 +-
 docs/signals.rst                                   |  13 ++
 docs/upgrade.rst                                   |  18 +-
 docs/validators.rst                                | 130 ++++++++++++++
 docs/views.rst                                     |  15 +-
 registration/__init__.py                           |   2 +-
 registration/admin.py                              |  11 +-
 registration/auth_urls.py                          |  16 +-
 registration/backends/hmac/urls.py                 |   6 +-
 registration/backends/hmac/views.py                |   7 +-
 registration/backends/model_activation/urls.py     |   6 +-
 registration/backends/simple/urls.py               |   4 +-
 registration/forms.py                              |  58 ++++--
 .../management/commands/cleanupregistration.py     |   6 +-
 registration/models.py                             |  50 ++++--
 registration/tests/test_forms.py                   |  62 ++++++-
 registration/tests/test_hmac_workflow.py           |   9 +-
 registration/tests/test_models.py                  |  89 +++++++++
 registration/tests/test_simple_workflow.py         |   3 +-
 registration/validators.py                         | 182 +++++++++++++++++++
 registration/views.py                              |  29 ++-
 setup.py                                           |   4 +-
 36 files changed, 860 insertions(+), 222 deletions(-)
 create mode 100644 docs/validators.rst
 create mode 100644 registration/validators.py

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