question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RemovedInDjango40Warning with Django 3 and djoser 2.0.3

See original GitHub issue

There are several RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy() warnings when running tests on Django 3 and djoser 2.0.3.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

9reactions
dekozacommented, Jan 29, 2020

Last time I checked, latest DRF was not compatible with Django3 yet and the messages were originating from DRF not djoser. I’ll update supported version as soon as I confirm that DRF started supporting Django 3 properly. Stay tuned 🙂

2reactions
akittascommented, Feb 2, 2020

@dekoza just FYI, Django REST Framework 3.11.0 already released and supports django 3.0. Thank you for your work on djoser, it’s awesome 🙂.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting started — djoser 2.0.1 documentation
HTTP Basic Auth strategy is assumed by default as Django Rest Framework does it. We strongly discourage and do not provide any explicit...
Read more >
djoser - PyPI
djoser library provides a set of Django Rest Framework views to handle basic actions such as registration, login, logout, password reset and account...
Read more >
djoser Documentation - Read the Docs
3. 2 Getting started. 5. 2.1. Availableendpoints . ... REST implementation of Django authentication system. djoser library provides a set of ...
Read more >
How to use UserViewSet in djoser 2.0.3? - Stack Overflow
from django.conf.urls import re_path from djoser import views as djoser_views urlpatterns = [ re_path(r'^user/view/$', djoser_views.
Read more >
DRF 动作装饰器, 从rest_framework 装饰器导入动作, django ...
修复中间件get_response() 的RemovedInDjango40Warning #7513 ... 我的文章中给出的示例将使用requirements.txt,如下所示。django==2.0.3 。 是所有者还是只读权限 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found