Pierre Chiquet

Results 3 issues of Pierre Chiquet

## Description Move `child.run_validation()` call to a separated method: `ListSerializer.run_child_validation`. This allows to easily customize this behavior without overriding `ListSerializer.to_internal_value` (which duplicates rest_framework code). It is useful to support multiple...

stale

Before this change, watchman may use an invalid path when the default storage does not use ``MEDIA_ROOT``. For example : - ``MEDIA_ROOT`` is set to "/media" - the default storage...

pinned

Attempt to address #779 - `for_validated_user()` replaces current `for_user()` method (no functionality change, it is just a rename) - `for_user()` now checks `user.is_active` flag thanks the `api_settings.USER_AUTHENTICATION_RULE` callable