Changes between Initial Version and Version 1 of Ticket #30038


Ignore:
Timestamp:
Dec 12, 2018, 12:50:05 PM (5 years ago)
Author:
agustin bacigalup
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30038 – Description

    initial v1  
    55    """
    66    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.
    78    """
    89    response = redirect(to, *args, **kwargs)
Back to Top