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