From 8eff850b094ebfd83865e6897ff0b86b83c85900 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Thu, 15 Jan 2015 12:21:06 -0500 Subject: [PATCH] Remove assertions for redundant SerializerMethodField source args. --- docs/topics/3.0-announcement.md | 12 ------------ rest_framework/fields.py | 20 -------------------- tests/test_fields.py | 24 ------------------------ 3 files changed, 56 deletions(-) diff --git a/docs/topics/3.0-announcement.md b/docs/topics/3.0-announcement.md index 5dbc5600a..cc0910962 100644 --- a/docs/topics/3.0-announcement.md +++ b/docs/topics/3.0-announcement.md @@ -699,18 +699,6 @@ The argument to `SerializerMethodField` is now optional, and defaults to `get_