Re: Loading CSV Data in Model

2021-04-30 Thread Philip Mutua
Hi, You check an Implementation I did using Django Rest framework over here hope that it will help you. I was using pandas to read the csv records to the model. https://github.com/pmutua/drf_csv_xlsx_file_upload/blob/master/patients/views.py On Thu, Apr 29, 2021 at 5:23 PM 'Muhammad Asim Khaskheli

Re: Fellow Reports - April 2021

2021-04-30 Thread Mariusz Felisiak
Week ending April 25, 2021 *Triaged: * https://code.djangoproject.com/ticket/32636 - QuerySet.values()/values_list() crashes on a combined queryset ordered by "extra" select. (wontfix) https://code.djangoproject.com/ticket/32663 - Remove Error raising on annotation & distinct call (wont