-
Notifications
You must be signed in to change notification settings - Fork 246
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
Django 4.x compatability #151
Comments
Feel free to make a PR. If it changes only the neccessary parts and is easy to review it might get merged. Thanks! |
Excellent! Here you are: #152 |
just found there are some more incompatibilities:
@arneb any chance to get this app up to date? |
Any change to get this updated for Django 4.x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With Django 4.1.1. the only error I have received is:
{% if message.recipient.pk == user.pk %} <a class="save btn btn-primary" href="{% url 'messages_reply' message.id %}">{% trans "Reply" %}</a> {% endif %}
I could make PR but unfortunately this repo seems to be unmaintained....
The text was updated successfully, but these errors were encountered: