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:
committed by
Tim Graham
parent
7767978bee
commit
724dd2043e
@@ -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
|
||||
~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user