Skip to content

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.

1 participant