django-translations
django-translations copied to clipboard
Django 3.2.0 Slug field issue
Describe the bug after upgrading Django 3.2 my slug field is giving None object. this cannot filter with slug_tr.
To Reproduce Steps to reproduce the behavior: Everything is same just upgrade to Django 3.2 my multilanguge slug field cannot filter with slug_tr
Expected behavior It works on Django 3.1.6
Screenshots
Desktop (please complete the following information):
- OS: on local macOS with sqlite it works. Not works on Python 3.7 running on 64bit Amazon Linux 2/3.2.1
- Browser (Not related)
- Version [e.g. 22]
I cannot fix the issue so I've go back to Django 3.1.6. I hope this will be fix soon