Commit 300e46a9 by José Padilla Committed by GitHub

Merge pull request #4909 from akhilputhiry/ISSUE-4706

[ISSUE-4706] API guide for serializers is outdated 
parents e5ba567b 963cb4cd
...@@ -1100,8 +1100,6 @@ This API included the `.get_field()`, `.get_pk_field()` and other methods. ...@@ -1100,8 +1100,6 @@ This API included the `.get_field()`, `.get_pk_field()` and other methods.
Because the serializers have been fundamentally redesigned with 3.0 this API no longer exists. You can still modify the fields that get created but you'll need to refer to the source code, and be aware that if the changes you make are against private bits of API then they may be subject to change. Because the serializers have been fundamentally redesigned with 3.0 this API no longer exists. You can still modify the fields that get created but you'll need to refer to the source code, and be aware that if the changes you make are against private bits of API then they may be subject to change.
A new interface for controlling this behavior is currently planned for REST framework 3.1.
--- ---
# Third party packages # Third party packages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment