Anvesh Mishra

Results 2 issues of Anvesh Mishra

Introduced `DjangoSocketHandler` class to handle socket logging which simply removes all the non-picklable attributes from the request object.

As per suggestions in @ngnpope's [comment](https://github.com/django/django/pull/7850#issuecomment-738300243) on #7850 made `choices_form_class = TypedMultipleChoiceField` also removed support for `ArrayField.choices` and instead `ArrayField.base_field.choices` shall be used. Removed `ArrayField.clean()` method intoduced in https://github.com/django/django/commit/9dd244394236388c3479ab202a0ec31055f7ec09 because...