1👍
For Django 3+ this has changed to:
from django.utils.translation import gettext_lazy as _
The documentation is here
- [Django]-Django flatpages and images
- [Django]-Django, set initial data to formset with ManyToMany
- [Django]-How can I do AND lookups with Q objects when using repeated arguments instead of chaining filters?
Source:stackexchange.com