Name |
Last commit
|
Last update |
---|---|---|
.. | ||
tests | ||
__init__.py | ||
api.py | ||
exceptions.py | ||
forms.py | ||
models.py | ||
pagination.py | ||
permissions.py | ||
render.py | ||
serializers.py | ||
urls.py | ||
views.py |
We're often grabbing the metadata of a specific thread to then be able to perform other operations, but we never need the actual responses or comments of a thread unless we're displaying it in the normal forum view. This change sets a default of with_responses=False, which instructs the comment service to not send back the responses/comments for the given thread. We only ask for responses in the case of rendering a single thread or inline discussion.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
tests | Loading commit data... | |
__init__.py | Loading commit data... | |
api.py | Loading commit data... | |
exceptions.py | Loading commit data... | |
forms.py | Loading commit data... | |
models.py | Loading commit data... | |
pagination.py | Loading commit data... | |
permissions.py | Loading commit data... | |
render.py | Loading commit data... | |
serializers.py | Loading commit data... | |
urls.py | Loading commit data... | |
views.py | Loading commit data... |