#4558: XML deserializer can't read in pretty-printed <None/>
----------------------------------------------+-----------------------------
Reporter: Bill Fenner <[EMAIL PROTECTED]> | Owner:
russellm
Status: new | Component:
Serialization
Version: 0.96 | Resolution:
Keywords: | Stage:
Unreviewed
Has_patch: 1 | Needs_docs: 0
Needs_tests: 1 | Needs_better_patch: 0
----------------------------------------------+-----------------------------
Changes (by russellm):
* needs_better_patch: => 0
* component: Core framework => Serialization
* needs_tests: => 1
* owner: adrian => russellm
* needs_docs: => 0
* has_patch: 0 => 1
Comment:
I can't seem to reproduce the problem you are reporting. The following
XML:
{{{
<?xml version="1.0" encoding="utf-8"?>
<django-objects version="1.0">
<object pk="1" model="mytest.testmodel">
<field type="CharField" name="data"><None /></field>
<field to="auth.user" name="user" rel="ManyToOneRel"><None/></field>
</object>
</django-objects>
}}}
loads fine for me.
Has this problem been fixed, or am I misunderstanding what you mean?
--
Ticket URL: <http://code.djangoproject.com/ticket/4558#comment:1>
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
-~----------~----~----~----~------~----~------~--~---