Commit 73572bc1 by Xavier Ordoquy

trunk bug.

parent 364299b0
......@@ -329,7 +329,7 @@ class BrowsableAPIRenderer(BaseRenderer):
}
fields = {}
for k, v in serializer.get_fields(True).items():
for k, v in serializer.get_fields().items():
if getattr(v, 'read_only', True):
continue
......
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