djangochannelsrestframework icon indicating copy to clipboard operation
djangochannelsrestframework copied to clipboard

A Rest-framework for websockets using Django channels-v4

Results 33 djangochannelsrestframework issues
Sort by recently updated
recently updated
newest added

what are groups_for_signal and groups_for_consumer for? I've read the documents but still have no clue about them. And I don't get what " f'chat__{instance}'" means in the example, what does...

I have tested adding and not adding observer and found that adding @observer_ Cannot write to database after model

**Describe the bug** A clear and concise description of what the bug is. observer_model_instance doestn seem to work at all for me, Not suer if I ma doing something wrong....

Needs investigation

**Is your feature request related to a problem? Please describe.** Automatically providing a schema for an API makes it much easier for others to programmatically access it. [`drf-spectacular`](https://github.com/tfranzel/drf-spectacular) does this...

enhancement

It is always a need for custom actions to config permissions, serializer_class, etc.. at the custom-action-level. is there any workarounds for these situations? Thanks in advance

enhancement
Awaiting response

Looks like ASGI does not run without adding the channels package to the INSTALLED_APPS list. And there is no information or warning about that in the documents. BTW, thanks for...

Needs investigation

**Is your feature request related to a problem? Please describe.** Current docs indicate the following case ``` ''' If you want the data serializeded instead of pk ''' @model_change.serializer def...

in-progress

**Is your feature request related to a problem? Please describe.** Currently this lib uses Django Signals to detect changes however Django does not send these events if you do bulk...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** I'm feel a bit frustrated when I need to implement model observer subscribe. I want the client send this: ```...

Django supports multiple DB it was raised in #64 that it would be nice to be able to define the DB that is used for the `@action` decorator. See https://docs.djangoproject.com/en/3.2/topics/db/multi-db/#topics-db-multi-db-routing

enhancement