Add SuccessNextMixin for automatic redirecting after finishing an action
All threads resolved!
All threads resolved!
Merge request reports
Activity
assigned to @nik
- Resolved by Jonathan Weth
This is a security hole as big as a barn door.
See
django.contrib.auth
for how to do it properly (https://github.com/django/django/blob/master/django/contrib/auth/views.py#L69), and https://github.com/PetrDlouhy/django-next-url-mixin for a stand-alone implementaiton of the same mechanism.Edited by Nik | Klampfradler
added 1 commit
- 0a037a8e - Use implementation from django.contrib.auth to get a redirect URL
added 1 commit
- db81fb85 - Use implementation from django.contrib.auth to get a redirect URL
assigned to @hansegucker and unassigned @nik
requested review from @nik
added 1 commit
- 405a5b7c - Use implementation from django.contrib.auth to get a redirect URL
enabled an automatic merge when the pipeline for 52116e5b succeeds
mentioned in commit 99aedb0b
Please register or sign in to reply