[Python-modules-commits] [django-session-security] branch debian/sid updated (037de74 -> a4c6cac)
Jean-Michel Vourgère
nirgal at moszumanska.debian.org
Sun Jan 17 05:00:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
nirgal pushed a change to branch debian/sid
in repository django-session-security.
from 037de74 dch -r
adds 674886a Redirect to the url specified in returnToURL if configured
adds 3e647cb Merge branch 'master' into redirectTo
adds 46c339e Add myself to Authors
adds 0e5135d Add docs to returnToURL option
adds 7f2d5a9 Compare to undefined
adds e998aad Merge pull request #57 from comandrei/redirectTo
adds 629cb11 Test stabilization and Django upgrade
adds 86d0670 Merge pull request #60 from yourlabs/test_stabilization
adds 002adfc Version bump 2.3.1 [ci skip]
new 7c99cb5 Merge tag '2.3.1' into debian/sid
new 9a69c0d Adjusted for new version.
new a4c6cac dch -r
The 3 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:
.travis.yml | 13 +-
AUTHORS | 1 +
CHANGELOG | 6 +
circle.yml | 1 -
debian/changelog | 6 +
debian/copyright | 5 +-
docs/source/conf.py | 2 +-
.../fixtures/session_security_test_user.json | 20 +++
session_security/static/session_security/script.js | 8 +-
session_security/{ => tests/project}/__init__.py | 0
session_security/tests/project/settings.py | 117 +++++++++++++++++
.../tests/project}/static/jquery.js | 0
.../tests/project}/templates/404.html | 0
.../tests/project}/templates/500.html | 0
.../tests/project}/templates/admin/base_site.html | 0
.../tests/project}/templates/home.html | 0
.../tests/project}/urls.py | 15 ++-
session_security/tests/project/wsgi.py | 16 +++
session_security/tests/test_base.py | 68 +++-------
session_security/tests/test_middleware.py | 8 +-
session_security/tests/test_script.py | 143 ++++++---------------
session_security/tests/test_views.py | 6 +-
session_security/urls.py | 4 +-
setup.py | 2 +-
test_project/test_project/settings.py | 1 +
tox.ini | 31 ++---
26 files changed, 279 insertions(+), 194 deletions(-)
delete mode 120000 circle.yml
create mode 100644 session_security/fixtures/session_security_test_user.json
copy session_security/{ => tests/project}/__init__.py (100%)
create mode 100644 session_security/tests/project/settings.py
rename {test_project => session_security/tests/project}/static/jquery.js (100%)
rename {test_project => session_security/tests/project}/templates/404.html (100%)
rename {test_project => session_security/tests/project}/templates/500.html (100%)
rename {test_project => session_security/tests/project}/templates/admin/base_site.html (100%)
rename {test_project => session_security/tests/project}/templates/home.html (100%)
rename {test_project/test_project => session_security/tests/project}/urls.py (77%)
create mode 100644 session_security/tests/project/wsgi.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-session-security.git
More information about the Python-modules-commits
mailing list