#30504: Order of arguments on redirect incorrect on documentation
-------------------------------------+-------------------------------------
               Reporter:             |          Owner:  nobody
  amrish_beauhurst                   |
                   Type:             |         Status:  new
  Uncategorized                      |
              Component:             |        Version:  master
  Documentation                      |       Keywords:  redirect,
               Severity:  Normal     |  documentation, parameters
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  1
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 On the documentation for the redirect shortcut at
 https://docs.djangoproject.com/en/dev/topics/http/shortcuts/#redirect

 It shows `redirect(to, permanent=False, *args, **kwargs)` when it should
 be `redirect(to, *args, permanent=False, **kwargs)`

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30504>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/059.541d45788e35ec5f233bafec642ad35a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to