Re: Case-insensitive non-deterministic collation

2023-08-08 Thread Mike Dewhirst
My tests stopped working so I have decided to abandon case-insensitive fields and do it all manually. Thanks everyone. Cheers Mike On Monday, August 7, 2023 at 12:29:28 PM UTC+10 Mike Dewhirst wrote: > On 6/08/2023 9:17 pm, Chetan Ganji wrote: > > Thanks Chetan > > I have seen that 'icu' an

Re: Post multiple data

2023-08-08 Thread Hendry Revenus
Thank you On Tue, 8 Aug 2023, 14:57 Prashanth Patelc, wrote: > I'm not able to send multiple data in front -end . > > On Tue, Aug 8, 2023, 5:21 PM Mz Gz wrote: > >> Check the object sent from frontend using developer tools in browser. >> >> If the object is sent correctly to backend. >> >> Just

Re: Post multiple data

2023-08-08 Thread Prashanth Patelc
I'm not able to send multiple data in front -end . On Tue, Aug 8, 2023, 5:21 PM Mz Gz wrote: > Check the object sent from frontend using developer tools in browser. > > If the object is sent correctly to backend. > > Just access is from POST dict > > On Tue, 8 Aug 2023, 1:19 pm Prashanth Patelc,

Re: Post multiple data

2023-08-08 Thread Mz Gz
Check the object sent from frontend using developer tools in browser. If the object is sent correctly to backend. Just access is from POST dict On Tue, 8 Aug 2023, 1:19 pm Prashanth Patelc, wrote: > Hi all, > > I'm sending multiple rows data through html but I'm unable to save data in > django