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

Sending group message failed under Django 2.2 #143

Open
davidchern opened this issue Jan 15, 2020 · 0 comments
Open

Sending group message failed under Django 2.2 #143

davidchern opened this issue Jan 15, 2020 · 0 comments

Comments

@davidchern
Copy link

davidchern commented Jan 15, 2020

The solution is, according the documents of Django and based on my test, in file admin.py, after line 104, you have to add such line:

obj.id = None

Since id and pk are equivalent, you have to set both into None to make it work with that mechanism.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant