Re: [Django] #11954: ?next linking to a login_required view doesn't work

2011-06-25 Thread Django
#11954: ?next linking to a login_required view doesn't work
--+--
   Reporter:  libwilliam  |  Owner:  nobody
   Type:  Bug | Status:  closed
  Milestone:  |  Component:  contrib.auth
Version:  1.1 |   Severity:  Normal
 Resolution:  fixed   |   Keywords:
   Triage Stage:  Accepted|  Has patch:  0
Needs documentation:  0   |Needs tests:  0
Patch needs improvement:  0   |  Easy pickings:  0
  UI/UX:  0   |
--+--
Changes (by jezdez):

 * status:  new => closed
 * ui_ux:   => 0
 * resolution:   => fixed
 * easy:   => 0


Comment:

 I believe this has been fixed a while ago.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #11954: ?next linking to a login_required view doesn't work

2010-02-23 Thread Django
#11954: ?next linking to a login_required view doesn't work
-+--
  Reporter:  libwilliam  | Owner:  nobody
Status:  new | Milestone:
 Component:  Authentication  |   Version:  1.1   
Resolution:  |  Keywords:
 Stage:  Accepted| Has_patch:  0 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Changes (by ubernostrum):

  * milestone:  1.2 =>

Comment:

 1.2 is feature-frozen, moving this feature request off the milestone.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #11954: ?next linking to a login_required view doesn't work

2010-02-23 Thread Django
#11954: ?next linking to a login_required view doesn't work
-+--
  Reporter:  libwilliam  | Owner:  nobody
Status:  new | Milestone:  1.2   
 Component:  Authentication  |   Version:  1.1   
Resolution:  |  Keywords:
 Stage:  Accepted| Has_patch:  0 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Comment (by brutasse):

 This looks invalid to me, the login template needs to look like this:

 {{{
 
   {{ form.as_p }}
   {% if next %} {# this is REDIRECT_FIELD_NAME #}
   {% endif %}
   
 
 }}}

 If the hidden input isn't added, there is no way the view can redirect to
 the right URL.

 This is [http://docs.djangoproject.com/en/dev/topics/auth/#the-login-
 required-decorator fully documented here] (scroll down)

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #11954: ?next linking to a login_required view doesn't work

2010-02-03 Thread Django
#11954: ?next linking to a login_required view doesn't work
-+--
  Reporter:  libwilliam  | Owner:  nobody
Status:  new | Milestone:  1.2   
 Component:  Authentication  |   Version:  1.1   
Resolution:  |  Keywords:
 Stage:  Accepted| Has_patch:  0 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Changes (by russellm):

  * stage:  Unreviewed => Accepted
  * milestone:  => 1.2

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #11954: ?next linking to a login_required view doesn't work

2009-10-18 Thread Django
#11954: ?next linking to a login_required view doesn't work
-+--
  Reporter:  libwilliam  | Owner:  nobody
Status:  new | Milestone:
 Component:  Authentication  |   Version:  1.1   
Resolution:  |  Keywords:
 Stage:  Unreviewed  | Has_patch:  0 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Changes (by thejaswi_puthraya):

  * component:  Uncategorized => Authentication

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #11954: ?next linking to a login_required view doesn't work

2009-09-27 Thread Django
#11954: ?next linking to a login_required view doesn't work
+---
  Reporter:  libwilliam | Owner:  nobody
Status:  new| Milestone:
 Component:  Uncategorized  |   Version:  1.1   
Resolution: |  Keywords:
 Stage:  Unreviewed | Has_patch:  0 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by libwilliam):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 I also have another related problem.

 I have a url   mysite.com/+item   that goes to a login_required view. When
 it arrives at the /accounts/login/ url it looks like this.
 mysite.com/accounts/login/?next=/%2Bitem/... It then doesn't redirect to
 the correct spot. I am guessing because of the %2B Is there a way around
 this?

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #11954: ?next linking to a login_required view doesn't work

2009-09-27 Thread Django
#11954: ?next linking to a login_required view doesn't work
---+
 Reporter:  libwilliam |   Owner:  nobody
   Status:  new|   Milestone:
Component:  Uncategorized  | Version:  1.1   
 Keywords: |   Stage:  Unreviewed
Has_patch:  0  |  
---+
 On my site I link to a view that is login_required and the url has a next
 param in it.

 mysite.com/some_view/?next=/some_other_view/

 When it arrives at the login page it looks like this.

 mysite.com/accounts/login/?next=some_view/?next=/some_other_view/

 It cannot handle that url so it redirects to /accounts/profile/

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---