#4199: Error in Serialization docs?
-----------------------------------------------+----------------------------
   Reporter:  Danny O'Brien <[EMAIL PROTECTED]>  |                Owner:  jacob 
       
     Status:  reopened                         |            Component:  
Documentation
    Version:  SVN                              |           Resolution:          
     
   Keywords:                                   |                Stage:  
Unreviewed   
  Has_patch:  0                                |           Needs_docs:  0       
     
Needs_tests:  0                                |   Needs_better_patch:  0       
     
-----------------------------------------------+----------------------------
Changes (by Øyvind Saltvik <[EMAIL PROTECTED]>):

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

Comment:

 This is not fixed in current trunk.
 
 self.options = options is set in the __init__ in
 django/core/serialzers/base.py
 
 The simplejson call uses **self.options, and stream is not a valid keyword
 argument to simplejson.encoder.JSONEncoder.__init__
 
 Same problem exists for pyyaml serialization aswell.

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