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 >

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

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