#13914: Add natural keys to contrib.auth.User and Group models
-------------------------------------+-------------------------------------
               Reporter:  jbochi     |        Owner:  nobody
                 Status:  new        |    Milestone:  1.4
              Component:             |      Version:  SVN
  Authentication                     |     Keywords:  Contrib, Auth, User,
             Resolution:             |  Group, natural keys
           Triage Stage:  Design     |    Has patch:  1
  decision needed                    |  Needs tests:  0
    Needs documentation:  0          |
Patch needs improvement:  0          |
-------------------------------------+-------------------------------------

Comment (by gabrielhurley):

 mmmm... I hadn't previously been aware that the natural key
 deserialization happening in `core.serializers.python.Deserializer` wasn't
 written to fall back completely cleanly should it encounter a "mixed" set
 of serialized objects where it might be expecting a natural key but got a
 PK instead. I can see where this gets complicated now that I've taken a
 close read of the code for how it works. Russ is right, as is par for the
 course. ;-)

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13914#comment:14>
Django <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 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.

Reply via email to