Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed May 24, 2016
1 parent d696829 commit 9528500
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
Changelog
=========

2.0.0
2.0.1
~~~~~
* Added ``sudo.views.SudoView`` class based view. This is now more extensable and
* Added ``sudo.views.SudoView`` class based view. This is now more extensible and
should be preferred over the older ``sudo.views.sudo`` view function.
* Removed ``SUDO_FORM`` setting. It's now suggested to subclass ``sudo.views.SudoView``
and override ``form_class``.
* Added ``SUDO_URL`` setting to set the url for the sudo page.


2.0.0
~~~~~
* Bad release. :( Don't install.

1.3.0
~~~~~
* Store ``redirect_to`` value in session.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand

install_requires = ['Django']
install_requires = []

tests_require = [
'pytest',
Expand Down Expand Up @@ -39,7 +39,7 @@ def run_tests(self):

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

0 comments on commit 9528500

Please sign in to comment.