Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs for "hosts" #335

Closed
wants to merge 2 commits into from
Closed

Fix docs for "hosts" #335

wants to merge 2 commits into from

Commits on Oct 21, 2022

  1. Fix docs to reflect that tuples don't work

    Fixes django#334 
    
    A more thorough (and backward compatible) fix would be to actually make tuples work again.
    vanschelven authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    cde3939 View commit details
    Browse the repository at this point in the history
  2. Update README

    The pointer to redis.connection.Connection was misleading, because in actualitly from_url is used:
    
    https://github.com/django/channels_redis/blob/95d87449c2b899c1cfdf8a10cfa1425e30127ef2/channels_redis/pubsub.py#L349
    vanschelven committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    ef4a9fb View commit details
    Browse the repository at this point in the history