Paul Watts
Paul Watts
Basic repro (write up a unit test): 1. Create a list serializer that attaches some links to the data 2. Wrap the serializer in a viewset with pagination 3. Expect...
The commit https://github.com/stephenmcd/filebrowser-safe/commit/8d91c77225ec9bbb4672e2bcd9e5d8b34ffd3a98 seems to have an unintended consequence. The `entries` dictionary is only populated if `preload_metadata = True` (https://bitbucket.org/david/django-storages/src/f153a70ba254dc129d9403546809a02256ef75b5/storages/backends/s3boto.py?at=default#s3boto.py-302) If `preload_metadata = False` (which is the default) then this...
I realize this is a large PR. I just wanted to get the conversation started. The first part of this is an update to the latest dependencies, including ember-cli and...