Skip to content

Releases: phact-cmf/phact

Fixed unnecessary resize

01 Jun 12:34
Compare
Choose a tag to compare
v3.4.2

Fixed unnecessary resize

ImageField url extensions

21 May 11:07
Compare
Choose a tag to compare
v3.4.1

Url size generation fix

Indexes in Model

08 Feb 10:52
Compare
Choose a tag to compare

Now, you can create your own indexes in model's method Model::getIndexes()

Provide configurations to connections

19 Nov 07:08
Compare
Choose a tag to compare
v3.2.2

Pass configurations to connections

Orm fixes

17 Nov 04:12
Compare
Choose a tag to compare
v3.2.1

Orm fixes

v3.1.1

23 May 11:54
Compare
Choose a tag to compare
Boolean field set value fix

Boolean field set value fix

23 May 12:02
Compare
Choose a tag to compare
v2.1.18

Boolean field setup fix

Improvement "with" in QuerySet

14 May 14:53
Compare
Choose a tag to compare

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

Fix "with" section in query set

23 Apr 13:55
15a5459
Compare
Choose a tag to compare
Merge pull request #11 from s0de/feature

fix with in queryset and written test for this

Decimal DBAL Fix

08 Feb 10:22
1ebb6b0
Compare
Choose a tag to compare
Merge pull request #9 from ProRezak/patch-2

decimal uppercase fix