Django3.0 / async - use cases

2020-01-13 Thread Vitaliy Kucherivaiy
Hi Everyone, In Django 3.0 we have Asynchronous support But where and how to have any benefit from it at this point ? (as according to docs views/middlewares/ORM does not support it) do you have any practical/useful example where async can benefit now ? ~Vitaliy -- You received this message

Django 1.11 indexes

2017-01-28 Thread Vitaliy Kucherivaiy
Hi Everyone, Do I understand this correctly - now there are 2 ways to make a single field indexed in database: - FieldClass(db_index=True) - Model.Meta.indexes will it stay like this for future release or 1st approach will be deprecated/removed later ? -- You received this message because