[Python-modules-commits] [python-django-registration] branch master updated (e6939d9 -> ee2f82e)
Stephan Suerken
absurd at moszumanska.debian.org
Fri Jul 29 19:18:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
absurd pushed a change to branch master
in repository python-django-registration.
from e6939d9 Fixed VCS URL (https)
new 63bc489 README.source: Add note not to use the release tarballs from github.
new c9541c3 record new upstream branch created by importing python-django-registration_2.1.2.orig.tar.gz
new 4041fb4 Import python-django-registration_2.1.2.orig.tar.gz
new a005f97 Fixes double signal sending when activating user.
new fd749c7 change version to 2.1.2-1 [ Ondřej Nový ] [ Stephan Sürken ] new upstream version
new f7c145d record new upstream branch created by importing python-django-registration_2.1.2.orig.tar.gz
new 1cbf9c5 Import python-django-registration_2.1.2.orig.tar.gz
new 481661c Fixes double signal sending when activating user.
new bc4a9ed Update django runtest settings for django 1.10 (works >= 1.8).
new f02a444 merge patched into master
new ee2f82e changelog: Prepare 2.1.2-1.
The 11 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:
LICENSE | 2 +-
PKG-INFO | 6 +-
README.rst | 4 +-
debian/.git-dpm | 14 +-
debian/README.source | 8 +
debian/changelog | 12 +-
...end_signal_only_once_when_activating_user.patch | 18 +-
debian/patches/series | 1 +
...ate_django_runtest_settings_for_django110.patch | 45 +++++
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/runtests.py | 22 ++-
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 | 21 +++
setup.py | 4 +-
43 files changed, 955 insertions(+), 239 deletions(-)
create mode 100644 debian/README.source
create mode 100644 debian/patches/update_django_runtest_settings_for_django110.patch
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