Fixed #14819 -- Corrected typo in serializer docstring. Thanks to stringify for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
174f222b39
commit
f964a3b1ee
|
@ -36,7 +36,7 @@ except ImportError:
|
|||
_serializers = {}
|
||||
|
||||
def register_serializer(format, serializer_module, serializers=None):
|
||||
""""Register a new serializer.
|
||||
"""Register a new serializer.
|
||||
|
||||
``serializer_module`` should be the fully qualified module name
|
||||
for the serializer.
|
||||
|
|
Loading…
Reference in New Issue