- Added
sudo.views.SudoView
class based view. This is now more extensible and
should be preferred over the oldersudo.views.sudo
view function. - Removed
SUDO_FORM
setting. It's now suggested to subclasssudo.views.SudoView
and overrideform_class
. - Added
SUDO_URL
setting to set the url for the sudo page.