Re: [Django] #9980: Nice-have correction for Authentication

2009-03-30 Thread Django
#9980: Nice-have correction for Authentication
+---
  Reporter:  shelldweller   | Owner:  kkubasik  
  
Status:  closed | Milestone:  1.1   
  
 Component:  Documentation  |   Version:  1.0   
  
Resolution:  invalid|  Keywords:  templates 
authentication kkmegapatch
 Stage:  Ready for checkin  | Has_patch:  1 
  
Needs_docs:  0  |   Needs_tests:  0 
  
Needs_better_patch:  0  |  
+---
Changes (by gwilson):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 In the paragraph directly above, it is already mentioned that you must be
 using `RequestContext` and that you need the correct context processor
 installed.

-- 
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] #9980: Nice-have correction for Authentication

2009-03-30 Thread Django
#9980: Nice-have correction for Authentication
+---
  Reporter:  shelldweller   | Owner:  kkubasik  
  
Status:  new| Milestone:  1.1   
  
 Component:  Documentation  |   Version:  1.0   
  
Resolution: |  Keywords:  templates 
authentication kkmegapatch
 Stage:  Ready for checkin  | Has_patch:  1 
  
Needs_docs:  0  |   Needs_tests:  0 
  
Needs_better_patch:  0  |  
+---
Changes (by kkubasik):

  * keywords:  templates authentication => templates authentication
   kkmegapatch
  * owner:  nobody => kkubasik

-- 
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] #9980: Nice-have correction for Authentication

2009-03-10 Thread Django
#9980: Nice-have correction for Authentication
+---
  Reporter:  shelldweller   | Owner:  nobody
  
Status:  new| Milestone:  1.1   
  
 Component:  Documentation  |   Version:  1.0   
  
Resolution: |  Keywords:  templates 
authentication
 Stage:  Ready for checkin  | Has_patch:  1 
  
Needs_docs:  0  |   Needs_tests:  0 
  
Needs_better_patch:  0  |  
+---
Changes (by programmerq):

  * has_patch:  0 => 1
  * stage:  Accepted => Ready for checkin

-- 
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] #9980: Nice-have correction for Authentication

2009-02-26 Thread Django
#9980: Nice-have correction for Authentication
+---
  Reporter:  shelldweller   | Owner:  nobody  
Status:  new| Milestone:  1.1 
 Component:  Documentation  |   Version:  1.0 
Resolution: |  Keywords:  templates authentication
 Stage:  Accepted   | Has_patch:  0   
Needs_docs:  0  |   Needs_tests:  0   
Needs_better_patch:  0  |  
+---
Changes (by jacob):

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

-- 
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] #9980: Nice-have correction for Authentication

2009-01-07 Thread Django
#9980: Nice-have correction for Authentication
+---
  Reporter:  shelldweller   | Owner:  nobody  
Status:  new| Milestone:  
 Component:  Documentation  |   Version:  1.0 
Resolution: |  Keywords:  templates authentication
 Stage:  Unreviewed | Has_patch:  0   
Needs_docs:  0  |   Needs_tests:  0   
Needs_better_patch:  0  |  
+---
Changes (by mk):

  * needs_better_patch:  => 0
  * component:  Uncategorized => Documentation
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
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] #9980: Nice-have correction for Authentication

2009-01-06 Thread Django
#9980: Nice-have correction for Authentication
--+-
 Reporter:  shelldweller  |   Owner:  nobody
   Status:  new   |   Milestone:
Component:  Uncategorized | Version:  1.0   
 Keywords:  templates authentication  |   Stage:  Unreviewed
Has_patch:  0 |  
--+-
 In http://docs.djangoproject.com/en/dev/topics/auth/#id5 the wording is a
 bit misleading. It would be nice to replace this:

 ''The currently logged-in user, either a User instance or an AnonymousUser
 instance, is stored in the template variable {{ user }}''

 with this:

 '' '''If rendering template django.template.RequestContext (link),''' the
 currently logged-in user, either a User instance or an AnonymousUser
 instance, is stored in the template variable {{ user }}''

 to make clear that this feature is only available with RequestContext (and
 not with Context)

-- 
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
-~--~~~~--~~--~--~---