Re: [Django] #1415: magic-removal .. user object not working correctly

2006-07-21 Thread Django
#1415: magic-removal .. user object not working correctly
-+--
 Reporter:  [EMAIL PROTECTED]  |Owner:  adrian 
 Type:  defect   |   Status:  closed 
 Priority:  normal   |Milestone: 
Component:  Core framework   |  Version: 
 Severity:  normal   |   Resolution:  invalid
 Keywords:   |  
-+--
Changes (by adrian):

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

Comment:

 See the previous comments for the solution to the problem.

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~--~~~~--~~--~--~---



Re: [Django] #1415: magic-removal .. user object not working correctly

2006-05-26 Thread Django
#1415: magic-removal .. user object not working correctly
-+--
 Reporter:  [EMAIL PROTECTED]  |Owner:  adrian 
 Type:  defect   |   Status:  closed 
 Priority:  normal   |Milestone: 
Component:  Core framework   |  Version: 
 Severity:  normal   |   Resolution:  invalid
 Keywords:   |  
-+--
Changes (by adrian):

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

Comment:

 Looks like that was the problem. (See last comment.)

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~--~~~~--~~--~--~---



Re: [Django] #1415: magic-removal .. user object not working correctly

2006-05-19 Thread Django
#1415: magic-removal .. user object not working correctly
-+--
 Reporter:  [EMAIL PROTECTED]  |Owner:  adrian  
 Type:  defect   |   Status:  reopened
 Priority:  normal   |Milestone:  
Component:  Core framework   |  Version:  
 Severity:  normal   |   Resolution:  
 Keywords:   |  
-+--
Comment (by verbosus):

 I used to have the same problem, until I read
 
[http://code.djangoproject.com/wiki/RemovingTheMagic#request.userisnowsetviamiddleware
 this]: It used to be set in the mod_python and wsgi handlers. You will
 need to add "django.contrib.auth.middleware.AuthenticationMiddleware"
 somewhere after "django.contrib.sessions.middleware.SessionMiddleware" in
 MIDDLEWARE_CLASSES in your settings.py file. Otherwise accessing
 request.user will raise an AttributeError.
 
 Could this be it?

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~--~~~~--~~--~--~---



Re: [Django] #1415: magic-removal .. user object not working correctly

2006-05-10 Thread Django
#1415: magic-removal .. user object not working correctly
-+--
 Reporter:  [EMAIL PROTECTED]  |Owner:  adrian  
 Type:  defect   |   Status:  reopened
 Priority:  normal   |Milestone:  
Component:  Core framework   |  Version:  
 Severity:  normal   |   Resolution:  
 Keywords:   |  
-+--
Changes (by anonymous):

  * resolution:  fixed =>
  * status:  closed => reopened

Comment:

 The suggested bugfix did not work for me in svn r2883, the same error
 message keep occurring. Does not work with mod_python, apache-proxy or
 direct requests to the Django webserver.

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~--~~~~--~~--~--~---



Re: [Django] #1415: magic-removal .. user object not working correctly

2006-05-10 Thread Django
#1415: magic-removal .. user object not working correctly
-+--
 Reporter:  [EMAIL PROTECTED]  |Owner:  adrian  
 Type:  defect   |   Status:  reopened
 Priority:  normal   |Milestone:  
Component:  Core framework   |  Version:  
 Severity:  normal   |   Resolution:  
 Keywords:   |  
-+--
Comment (by Malcolm Tredinnick <[EMAIL PROTECTED]>):

 Can you please provide more information about the error you are seeing
 (traceback details). Version 2883 of the code does not contain
 {{{_user_source}}} anywhere, so you are not seeing the same bug as
 originally reported.

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~--~~~~--~~--~--~---



Re: [Django] #1415: magic-removal .. user object not working correctly

2006-05-04 Thread Django
#1415: magic-removal .. user object not working correctly
-+--
 Reporter:  [EMAIL PROTECTED]  |Owner:  adrian
 Type:  defect   |   Status:  closed
 Priority:  normal   |Milestone:
Component:  Core framework   |  Version:
 Severity:  normal   |   Resolution:  fixed 
 Keywords:   |  
-+--
Comment (by anonymous):

 manage.py startapp generation is broken in this regard (misses this
 entry).

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~--~~~~--~~--~--~---