Improvement "with" in QuerySet
Changes
- Improvement "with" in QuerySet - now you can use HasManyField, ManyToManyField in "with" selections
- Named selections in Managers:
Product::objects()->filter(['name' => 'Some name'])->active()->all()
- Managers now returns Mangers, not QuerySets after modification methods (filter,exclude,select,order...)
- Fields cache deprecated