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 > &

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 re

Re: Django Rest Framework support for Django 4.2

2023-05-26 Thread carlos
ork/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 becaus

Re: How to make admin duplicate action for an object with all related foreign key and one-to-one fields?

2022-01-11 Thread carlos
= text_file_link.text >> print("text is", step.text_file_link) >> new_text_file_link.save() >> except: >> print("text link file step tries to be existed") >> >> # tests = Test.objects.filter(sub_section__pk=sub_section.id) >> # for test in lis

Re: Django OAuth Toolkit Login Template

2018-11-01 Thread carlos
; -- > 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. > For more options

Re: Best Python Visualization libraries that work with Django Rest Framework

2017-06-29 Thread carlos
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. > For more options, visit https://groups.google.com/d/optout. > -- att. Carlos Rocha

Re: DRF 3.6.1 interactive documentation

2017-03-10 Thread carlos
licate the issue >> you're seeing... >> >> * What've you got set up in your `REST_FRAMEWORK` settings? >> * What middleware have you got installed? >> > -- > You received this message because you are subscribed to the Google Groups > "Django REST f