Re: bulk_update() support for unique fields instead of only primary key

2022-06-08 Thread Jörg Breitbart
How can it be complicated ? I thought it's just something like getattr(MyModel, field_name) to get value and model._meta.get_field(unique_field) to get the field instance.. Where can I find explanation for what you mean? and where can I find the PK code you're referring to? Field updates fo

Re: Supporting Oracle's renamed cx_Oracle driver in Django

2022-06-08 Thread Christopher Jones
On Tuesday, June 7, 2022 at 7:36:38 PM UTC+10 f.apo...@gmail.com wrote: > Hi Chris, > > On Tuesday, June 7, 2022 at 11:30:46 AM UTC+2 christopher@gmail.com > wrote: > >> The question is how to add support cleanly so that both names are >> supported in 4.1? Is there a preference? Particul