Author: kmtracey
Date: 2008-11-01 15:17:10 -0500 (Sat, 01 Nov 2008)
New Revision: 9319

Modified:
   django/branches/releases/1.0.X/
   django/branches/releases/1.0.X/docs/topics/serialization.txt
Log:
[1.0.X] Fixed #9374 -- Added missing close paren in serialization doc. Thanks 
jordy. 

[9318] from trunk.



Property changes on: django/branches/releases/1.0.X
___________________________________________________________________
Name: svnmerge-integrated
   - 
/django/trunk:1-9097,9099-9102,9104-9109,9111,9113-9144,9146-9151,9153-9156,9158-9159,9161-9187,9189-9247,9249-9262,9264-9277,9279-9298,9301-9302,9305-9316
   + 
/django/trunk:1-9097,9099-9102,9104-9109,9111,9113-9144,9146-9151,9153-9156,9158-9159,9161-9187,9189-9247,9249-9262,9264-9277,9279-9298,9301-9302,9305-9318

Modified: django/branches/releases/1.0.X/docs/topics/serialization.txt
===================================================================
--- django/branches/releases/1.0.X/docs/topics/serialization.txt        
2008-11-01 20:14:36 UTC (rev 9318)
+++ django/branches/releases/1.0.X/docs/topics/serialization.txt        
2008-11-01 20:17:10 UTC (rev 9319)
@@ -30,7 +30,7 @@
     data = xml_serializer.getvalue()
 
 This is useful if you want to serialize data directly to a file-like object
-(which includes an :class:`~django.http.HttpResponse` ::
+(which includes an :class:`~django.http.HttpResponse`)::
 
     out = open("file.xml", "w")
     xml_serializer.serialize(SomeModel.objects.all(), stream=out)


--~--~---------~--~----~------------~-------~--~----~
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