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

Django 3+ Compatibility #149

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Django 3+ Compatibility #149

wants to merge 4 commits into from

Conversation

bgunebakan
Copy link

from django.utils.encoding import python_2_unicode_compatible
changed to
from six import python_2_unicode_compatible

include('django_messages.urls') changed to path('', include('django_messages.urls'))

python_2_unicode_compatible feature has only been added in Django 1.5 version.
changed to six module
url include has changed for django 3+ versions
@bgunebakan
Copy link
Author

Added 'tr' locale to pull request

post_syncdb changed to post_migrate in django 3
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

Successfully merging this pull request may close these issues.

None yet

1 participant