Re: Django Rest Framework support for Django 4.2

2024-01-04 Thread Priyanka Sharma
EMAIL_BACKEND='django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST ='smtp.gmail.com' EMAIL_USE_TLS=True EMAIL_PORT=587 EMAIL_HOST_USER=<"my_gmail"> EMAIL_HOST_PASSWORD=<"app_password"> smtplib.SMTPSenderRefused: (530, b'5.7.0 Authentication Required. For more information, go to\n5.7.0 https:

Re: Django Rest Framework support for Django 4.2

2023-07-06 Thread Alex Clough
Thanks, Carlos! On Thursday, July 6, 2023 at 11:06:26 AM UTC-4 croch...@gmail.com wrote: > i think yes! > > On Thu, Jul 6, 2023 at 9:03 AM Alex Clough > wrote: > >> Hello Carlos, >> >> So, just to clarify, if I am pinning Django 4.2.3 (latest release) and >> DRF 3.14.0 (latest release) in a re

Re: Django Rest Framework support for Django 4.2

2023-07-06 Thread carlos
i think yes! On Thu, Jul 6, 2023 at 9:03 AM Alex Clough wrote: > Hello Carlos, > > So, just to clarify, if I am pinning Django 4.2.3 (latest release) and DRF > 3.14.0 (latest release) in a requirements file, I will be good to go? > > Thank you in advance. > > Alex > > On Friday, May 26, 2023 at

Re: Django Rest Framework support for Django 4.2

2023-07-06 Thread Alex Clough
Hello Carlos, So, just to clarify, if I am pinning Django 4.2.3 (latest release) and DRF 3.14.0 (latest release) in a requirements file, I will be good to go? Thank you in advance. Alex On Friday, May 26, 2023 at 11:45:30 AM UTC-4 croch...@gmail.com wrote: > Hi, if you need install the master

Re: Django Rest Framework support for Django 4.2

2023-05-26 Thread carlos
Hi, if you need install the master/main branch you try this pip install https://github.com/encode/django-rest-framework/archive/refs/heads/master.zip if you do not want to wait for the tag 3.15 cheers On Fri, May 26, 2023 at 9:33 AM Vitan Ivanov wrote: > Hey Carlos, thanks for the fast reply! >

Re: Django Rest Framework support for Django 4.2

2023-05-26 Thread Vitan Ivanov
Hey Carlos, thanks for the fast reply! Master supports it, but the latest tagged version is 3.14 and it doesn't. So my question is when we can expect a new tag (3.15 maybe?) On Fri, May 26, 2023, 18:25 carlos wrote: > Hi, i think DRF now support D4.2 > https://github.com/encode/django-rest-frame

Re: Django Rest Framework support for Django 4.2

2023-05-26 Thread carlos
Hi, i think DRF now support D4.2 https://github.com/encode/django-rest-framework#requirements Cheers On Fri, May 26, 2023 at 5:33 AM Vitan Ivanov wrote: > Hello group! > > Django 4.2 is listed as an LTS version in the release notes > so it s

Django Rest Framework support for Django 4.2

2023-05-26 Thread Vitan Ivanov
Hello group! Django 4.2 is listed as an LTS version in the release notes so it seems like it's the most appropriate version to start projects or upgrade to. Does anybody know when the new version of DRF which would support Django 4.2 is exp