Skip to content
New issue

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

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

Already on GitHub? # to your account

Django 4.x compatability #151

Open
htukiain opened this issue Sep 14, 2022 · 4 comments
Open

Django 4.x compatability #151

htukiain opened this issue Sep 14, 2022 · 4 comments

Comments

@htukiain
Copy link

htukiain commented Sep 14, 2022

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....

@htukiain htukiain changed the title Djanto 4.x compatability Django 4.x compatability Sep 14, 2022
@arneb
Copy link
Owner

arneb commented Sep 14, 2022

Feel free to make a PR. If it changes only the neccessary parts and is easy to review it might get merged. Thanks!

@htukiain
Copy link
Author

Excellent! Here you are: #152

@frankystone
Copy link

just found there are some more incompatibilities:

  • Django 4.0 removed translation features e.g. ugettext_lazy
  • django.utils.encoding.python_2_unicode_compatible isn't available anymore since django 3.0

@arneb any chance to get this app up to date?

@alexclinky
Copy link

Any change to get this updated for Django 4.x

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

No branches or pull requests

4 participants