Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Oct 24, 2015
1 parent fe937f6 commit e5855eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

1.2.0
~~~~~
* Verified compatibility with python 3.5 and pypy3
* Verified compatibility with Django 1.8
* Dropped support for python 3.2
* Better support for custom User models.
See `#4 <https://github.com/mattrobenolt/django-sudo/pull/4>`_.
* Added a ``SudoMixin`` for use with class based views.
See `#5 <https://github.com/mattrobenolt/django-sudo/pull/5>`_.

1.1.3
~~~~~
* Use ``constant_time_compare`` when verifying the correct sudo token.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run_tests(self):

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

0 comments on commit e5855eb

Please sign in to comment.