1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #26717 -- Added Serializer.stream_class to customize the stream.

This commit is contained in:
Berker Peksag
2016-06-08 04:22:30 +03:00
committed by Tim Graham
parent 7767978bee
commit 724dd2043e
3 changed files with 27 additions and 2 deletions

View File

@@ -192,7 +192,8 @@ Requests and Responses
Serialization
~~~~~~~~~~~~~
* ...
* The new ``django.core.serializers.base.Serializer.stream_class`` attribute
allows subclasses to customize the default stream.
Signals
~~~~~~~