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 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/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!
>>>> 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-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 
>>>>>> <https://docs.djangoproject.com/en/4.2/releases/4.2/> 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 expected?
>>>>>>
>>>>>> -- 
>>>>>> You received this message because you are subscribed to the Google 
>>>>>> Groups "Django REST framework" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>> send an email to django-rest-fram...@googlegroups.com.
>>>>>> To view this discussion on the web visit 
>>>>>> https://groups.google.com/d/msgid/django-rest-framework/537f6bd4-91e2-4891-8a7f-51685ef58235n%40googlegroups.com
>>>>>>  
>>>>>> <https://groups.google.com/d/msgid/django-rest-framework/537f6bd4-91e2-4891-8a7f-51685ef58235n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>> .
>>>>>>
>>>>>
>>>>>
>>>>> -- 
>>>>> att.
>>>>> Carlos Rocha
>>>>>
>>>>> -- 
>>>>> You received this message because you are subscribed to a topic in the 
>>>>> Google Groups "Django REST framework" group.
>>>>> To unsubscribe from this topic, visit 
>>>>> https://groups.google.com/d/topic/django-rest-framework/j-TkbRyiQ1o/unsubscribe
>>>>> .
>>>>> To unsubscribe from this group and all its topics, send an email to 
>>>>> django-rest-fram...@googlegroups.com.
>>>>> To view this discussion on the web visit 
>>>>> https://groups.google.com/d/msgid/django-rest-framework/CAM-7rO3ghVbTuvnGu%3DOBH3u8X8tR7Fyo5e3yUrasX%2B_Q-n4%2BnA%40mail.gmail.com
>>>>>  
>>>>> <https://groups.google.com/d/msgid/django-rest-framework/CAM-7rO3ghVbTuvnGu%3DOBH3u8X8tR7Fyo5e3yUrasX%2B_Q-n4%2BnA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "Django REST framework" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to django-rest-fram...@googlegroups.com.
>>>>
>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/django-rest-framework/CAC-YOfbf-utp%2B2o0zc6W0iN0JbySjvgKm9DW4T0QjXjQKpP5Aw%40mail.gmail.com
>>>>  
>>>> <https://groups.google.com/d/msgid/django-rest-framework/CAC-YOfbf-utp%2B2o0zc6W0iN0JbySjvgKm9DW4T0QjXjQKpP5Aw%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>
>>>
>>> -- 
>>> att.
>>> Carlos Rocha
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django REST framework" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-rest-fram...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-rest-framework/99d523ce-88cb-4ff6-ba4d-f746a8d8f620n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-rest-framework/99d523ce-88cb-4ff6-ba4d-f746a8d8f620n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> -- 
> att.
> Carlos Rocha
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-rest-framework+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-rest-framework/a0720e48-f81f-4c10-832b-d532385ce006n%40googlegroups.com.


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/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!
>> 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-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 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 expected?

 -- 
 You received this message because you are subscribed to the Google 
 Groups "Django REST framework" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to django-rest-fram...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/django-rest-framework/537f6bd4-91e2-4891-8a7f-51685ef58235n%40googlegroups.com
  
 
 .

>>>
>>>
>>> -- 
>>> att.
>>> Carlos Rocha
>>>
>>> -- 
>>> You received this message because you are subscribed to a topic in the 
>>> Google Groups "Django REST framework" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/django-rest-framework/j-TkbRyiQ1o/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, send an email to 
>>> django-rest-fram...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-rest-framework/CAM-7rO3ghVbTuvnGu%3DOBH3u8X8tR7Fyo5e3yUrasX%2B_Q-n4%2BnA%40mail.gmail.com
>>>  
>>> 
>>> .
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django REST framework" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-rest-fram...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-rest-framework/CAC-YOfbf-utp%2B2o0zc6W0iN0JbySjvgKm9DW4T0QjXjQKpP5Aw%40mail.gmail.com
>>  
>> 
>> .
>>
>
>
> -- 
> att.
> Carlos Rocha
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-rest-framework+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-rest-framework/99d523ce-88cb-4ff6-ba4d-f746a8d8f620n%40googlegroups.com.