Skip to content

2.0.1

Latest
Compare
Choose a tag to compare
@mattrobenolt mattrobenolt released this 24 May 15:01
  • 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.