Ticket #6581: redirect_to_login_doc.diff

File redirect_to_login_doc.diff, 523 bytes (added by steve_cassidy51, 16 years ago)

modify documentation to warn that this is not a view

  • docs/authentication.txt

     
    665665
    666666**Description:**
    667667
    668 Redirects to the login page, and then back to another URL after a
    669 successful login.
     668This is not a view, but a utility function that redirects to the login page,
     669and then back to another URL after a
     670successful login. It should not be used directly in urls.py.
    670671
    671672**Required arguments:**
    672673
Back to Top