Merge pull request #5151 from RasmusWL/django-get-redirect-url

Python: Model get_redirect_url in django
This commit is contained in:
yoff
2021-02-25 23:07:33 +01:00
committed by GitHub
6 changed files with 97 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Improved modeling of `django` to recognize request redirects from `get_redirect_url` on a `RedirectView` subclass.