Skip to content

Instantly share code, notes, and snippets.

@klebercode
Forked from chriskief/forms.py
Created September 17, 2019 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klebercode/708588355c8bbfe072edd84bdcc5a002 to your computer and use it in GitHub Desktop.
Save klebercode/708588355c8bbfe072edd84bdcc5a002 to your computer and use it in GitHub Desktop.
remember_me = forms.BooleanField(required=False, widget=forms.CheckboxInput())
if not self.cleaned_data.get('remember_me'):
self.request.session.set_expiry(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment