#2416: Auth should use primary key rather than 'id' when referencing user
----------------------+-----------------------------------------------------
   Reporter:  dp_wiz  |                Owner:  adrian      
     Status:  new     |            Component:  Contrib apps
    Version:  SVN     |           Resolution:              
   Keywords:          |                Stage:  Accepted    
  Has_patch:  0       |           Needs_docs:  0           
Needs_tests:  0       |   Needs_better_patch:  1           
----------------------+-----------------------------------------------------
Changes (by SmileyChris):

  * needs_better_patch:  0 => 1
  * summary:  Auth Profile issues => Auth should use primary key rather
              than 'id' when referencing user
  * stage:  Unreviewed => Accepted

Comment:

 I'll change the summary to reference the second part of this ticket since
 it does look like #2684 handles part 1.
 
 I think that this would solve it, but haven't tested it:
 `self._profile_cache = model._default_manager.get(user=self)`

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2416#comment:5>
Django Code <http://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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to