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