I updated my code base to use version 3.2.3 now my previously passing tests are now failing. It seems to be related to [Line: 105 in filters.py](https://github.com/tomchristie/django-rest-framework/blob/b4b2dc18fa4cb6bbe008d4f6e59b58862ed20be6/rest_framework/filters.py#L105). My view utilizes the module _rest_framework.filters.SearchFilter_; however the request that is failing is a _PUT_ request without any search fields. It seems that [Commit b4b2dc](https://github.com/tomchristie/django-rest-framework/commit/b4b2dc18fa4cb6bbe008d4f6e59b58862ed20be6#diff-01f357e474dd8fd702e4951b9227bffcL102) removes the conditional preventing falsely search_fields from entering into the for loop. Additional information can be provided upon request.