Skip to content

Releases: ormar-orm/ormar

Add additional filters - startswith and endswith

23 Sep 11:34
c156013

Choose a tag to compare

Like described in encode/orm#49 - additional filter operators using like and ilike under the hood

Add choices param

23 Sep 08:29
81f6af2

Choose a tag to compare

Add choices param Pre-release
Pre-release

similiar to one described in encode/orm#57

Added exclude, more fixes and tests

18 Sep 09:16

Choose a tag to compare

Pre-release

Added exclude to filter where not conditions.

Added tests for mysql and postgres with fixes for postgres.

Rafactors and cleanup.

Added Many2Many relations

14 Sep 15:47
1075e84

Choose a tag to compare

Pre-release
Merge pull request #4 from collerek/many_to_many

Many to many