Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Feb 13, 2015
1 parent d77ebf4 commit e539e98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog/index.rst
@@ -1,6 +1,12 @@
Changelog
=========

1.1.3
~~~~~
* Use ``constant_time_compare`` when verifying the correct sudo token.
* Make sure to check against all ``AUTHENTICATION_BACKENDS`` for the ``SudoForm``.
See `#3 <https://github.com/mattrobenolt/django-sudo/pull/3>`_.

1.1.2
~~~~~
* Added new setting, ``SUDO_FORM`` which allows you to override the default form that is used.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@ def run_tests(self):

setup(
name='django-sudo',
version='1.1.2',
version='1.1.3',
author='Matt Robenolt',
author_email='matt@ydekproductions.com',
url='https://github.com/mattrobenolt/django-sudo',
Expand Down

0 comments on commit e539e98

Please sign in to comment.