[Python-modules-commits] [django-session-security] branch debian/sid updated (af8d979 -> c0dfab6)

Jean-Michel Vourgère nirgal at moszumanska.debian.org
Tue Sep 13 17:04:14 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  af8d979   Bumped policy to 3.9.8
       new  2b30fe6   Add Czech language (#68)
       new  3e18462   Encode logout response to JSON (#69)
       new  b9ec3c4   Release 2.3.3
       new  dd97aa0   Fix test project
       new  52d5319   Check expiry before using idleFor to update the last activity
       new  be631b4   Fix PEP8 E731
       new  84393c1   Mention new security mailing list
       new  73e2c0d   Merge pull request #76 from yourlabs/idle-for
       new  161788f   Require SESSION_EXPIRE_AT_BROWSER_CLOSE
       new  d2437d7   Merge pull request #77 from yourlabs/force_browser_close
       new  b0b6872   Test Django 1.11
       new  d0c6699   Merge pull request #78 from yourlabs/djangodance
       new  0869596   Release 2.4.0
       new  12b221d   Merge tag '2.4.0' into debian/sid
       new  bd95629   Removed compiled Czech translation from the source
       new  c0dfab6   dch -r

The 16 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                                        |  2 +
 CHANGELOG                                          | 15 ++++++++
 README.rst                                         |  3 +-
 debian/changelog                                   |  7 ++++
 debian/copyright                                   |  1 +
 docs/source/conf.py                                |  4 +-
 .../locale/{es => cs}/LC_MESSAGES/django.po        | 15 ++++----
 session_security/middleware.py                     | 44 +++++++++++-----------
 session_security/settings.py                       | 32 ++++++++++------
 session_security/tests/project/settings.py         |  1 +
 session_security/tests/test_views.py               | 17 +++++----
 session_security/views.py                          |  6 ++-
 setup.py                                           |  2 +-
 test_project/static                                |  1 +
 test_project/static/favicon.ico                    |  0
 test_project/test_project/settings.py              | 14 ++++++-
 tox.ini                                            |  5 ++-
 17 files changed, 110 insertions(+), 59 deletions(-)
 copy session_security/locale/{es => cs}/LC_MESSAGES/django.po (64%)
 create mode 120000 test_project/static
 delete mode 100644 test_project/static/favicon.ico

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