Skip to content

Improvement "with" in QuerySet

Compare
Choose a tag to compare
@AntonOkulov AntonOkulov released this 14 May 14:53
· 27 commits to master since this release

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