diff options
| author | Tom Christie | 2014-09-25 11:04:18 +0100 |
|---|---|---|
| committer | Tom Christie | 2014-09-25 11:04:18 +0100 |
| commit | b22c9602fa0f717b688fdb35e4f6f42c189af3f3 (patch) | |
| tree | ddc1215e2008c0a4d26b811042635a2524543994 /rest_framework/pagination.py | |
| parent | 1420c76453c37c023a901dd0938d717b7b5e52ca (diff) | |
| download | django-rest-framework-b22c9602fa0f717b688fdb35e4f6f42c189af3f3.tar.bz2 | |
Automatic field binding
Diffstat (limited to 'rest_framework/pagination.py')
| -rw-r--r-- | rest_framework/pagination.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/pagination.py b/rest_framework/pagination.py index c5a9270a..fb451285 100644 --- a/rest_framework/pagination.py +++ b/rest_framework/pagination.py @@ -72,7 +72,6 @@ class BasePaginationSerializer(serializers.Serializer): child=object_serializer(), source='object_list' ) - self.fields[results_field].bind(results_field, self, self) class PaginationSerializer(BasePaginationSerializer): |
