Changes between Initial Version and Version 1 of Ticket #30038
- Timestamp:
- Dec 12, 2018, 12:50:05 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30038 – Description
initial v1 5 5 """ 6 6 Same as `django.shortcuts.redirect` but recieves a `request` as first parameter. 7 It preserves the GET parameters from the `request` in the URL redirected. 7 8 """ 8 9 response = redirect(to, *args, **kwargs)