LincolnPuzey
LincolnPuzey
@roniemartinez Can you provide the entire block of code around `instance.save()` that causes the stacktrace and the details of the Model fields?
This has been discussed in #268 and mentioned [here](https://github.com/django/channels_redis/issues/279#issuecomment-974782064). Upgrading to 2.0 is the plan, just no one has done the work yet.
The `aioredis` [Version 2.0.0](https://github.com/aio-libs/aioredis-py/releases/tag/v2.0.0) announcement says > NOTE: This version is not compatible with earlier versions of aioredis. If you upgrade, you will need to make code changes. So its...
Is it necessary to support 1 and 2 at the same time, or can we bump the requirement to `"aioredis~=2.0"`
@flixx We have only just started trying to do backwards-compatible migrations, so can't say for sure if `AddDefaultValue` is working well. I think this is mainly a problem when you...
My bad I got login/logout mixed up when writing the issue. I have edited to be correct. `LOGOUT_REDIRECT_URL` is the setting being used that can be `None`
Falling back to `/` seems sensible to me :+1:
Example of Issue #255
@DelboyJay if you don't share your code that is causing the AttributeError we can only speculate on what is happening. I have also just merged #203 which is a similar...
@sww314 This issue should be re-opened. It is perfectly valid Django to initialize a `ContentFile` with either a string or bytes in Python 3. This can be seen in the...