Commit Graph

209 Commits

Author SHA1 Message Date
ebf7c6e06f add enum field (#626)
* add enum field

* add decorator for asyncio

* fix enum typing, additional tests, add docs

* add more tests

Co-authored-by: collerek <collerek@gmail.com>
2022-04-27 12:01:00 +02:00
90f78e2fa7 Draft 0.11.0 (#594)
* fix for #584

* fix for #580

* fix typing

* connect to db in test

* refactor test

* remove async mark

* connect client

* fix mypy

* fix mypy

* update deps

* check py3.10?

* remove py3.6, bump version
2022-03-28 18:47:35 +02:00
8376b6635e Merge pull request #557 from MojixCoder/master
Update get_or_create method
2022-03-28 13:04:55 +02:00
1b4daa2c01 add _default clarification in docs 2022-03-28 12:57:48 +02:00
11e6f1eecd Fix collerek/ormar#588 documentation for distinct keyword to count method 2022-03-17 14:10:59 -04:00
be7a0ff9c1 prepare_next_rel 2022-02-25 11:30:32 +01:00
0791e7cc4b Update docs 2022-02-01 10:28:11 +03:30
0e167dc89f use existing encode_json to avoid code duplication, rename queryset customization param and move it to Meta, move docs to models from inheritance 2022-01-26 17:59:00 +01:00
33b492216d fix ident 2022-01-25 17:52:20 +08:00
6297846819 orjson test and doc 2022-01-21 10:03:00 +08:00
9fd5ba090d fix doc 2022-01-18 17:16:20 +08:00
5677bda054 fix json fields in bulk operations 2022-01-14 18:27:49 +01:00
7f517c9bdb Merge branch 'master' of https://github.com/collerek/ormar into check_timezones_filters 2022-01-14 17:54:20 +01:00
bf3b36194b bump databases, remove skip on sqlite test 2022-01-14 16:54:26 +01:00
bca6b6eef0 add bulk_post_update: signals 2022-01-14 18:26:11 +08:00
e7174e321c bump version, update release info 2022-01-06 19:57:09 +01:00
e651400491 remove 3ts 2022-01-06 15:59:11 +01:00
14b30baf40 add III tier sponsors to main page 2021-12-20 16:19:11 +01:00
f245e91740 #455 fix improper quoting of on clause 2021-12-16 18:19:55 +01:00
1b9a59b49d #453 make first and get respect user ordering if set on main model 2021-12-16 17:24:23 +01:00
bc5c6222b1 #485 add possibility to pass comments to sqlalchemy 2021-12-16 16:41:50 +01:00
d7b823f5b6 bump version 2021-10-15 10:43:06 +02:00
10e2d01a91 update docs, bump version, update releases 2021-10-12 18:52:40 +02:00
b2541bed1e Added poetry integration.
Description:
* Fixed github actions;
* Removed requirements.txt;
* Fixed CONTRIBUTING.md;
* Fixed black and flake8.

Signed-off-by: Pavel <win10@list.ru>
2021-10-08 16:56:59 +04:00
a6c9281b6a Add tip about using values() to exclude required fields 2021-10-06 13:44:12 -04:00
31e4e6fb8a Fix plural Models 2021-10-05 12:48:29 -04:00
3b3bd23094 Fix grammar in queries docs 2021-10-05 12:47:35 -04:00
fd0d59fca5 Fix typo in select columns docs 2021-10-05 09:38:32 -04:00
1da9111dbd add extra to Model.Meta, update docs and bump version 2021-09-26 14:07:47 +02:00
41a846bc1f Fix typo 2021-09-19 21:46:29 +02:00
896829fcd8 finish rel 2021-09-13 15:56:27 +02:00
beb43dd76c add caching of relation map to increase performance 2021-09-10 12:58:26 +02:00
913de2dc44 update releases info 2021-09-08 11:10:43 +02:00
95adc7146a add sql_nullable param 2021-09-08 09:22:29 +02:00
cd87303b5c add multi column non unique columns 2021-09-06 16:47:37 +02:00
46500eba39 fix for #327 and #328 2021-09-01 11:50:04 +02:00
aedebe0403 add support for sqlalchemy >=1.4 2021-08-30 09:47:38 +02:00
b70a6691b0 bump version 2021-08-27 16:12:49 +02:00
9bb22d2ea4 add overwriting pydantic types #311 2021-08-27 16:02:20 +02:00
fee997aac6 Updated README.md and Italian -> Croatian 2021-08-20 18:06:16 +02:00
b0fdc0d9b0 Update index.md
General language updates and tweaks
2021-08-20 12:16:19 +02:00
7d0826392e Update common-parameters.md
add also fk sample
2021-08-17 11:40:31 +02:00
450477cf75 Updated common-parameters.md
Added notation about creating column name aliaes
2021-08-16 19:07:28 -07:00
88d881cf3a Correct typo 2021-08-09 20:13:38 +02:00
521b9e6c12 fix for obsolete pydantic parameters 2021-08-06 16:03:29 +02:00
7baaee63ce add:SmallInteger() 2021-08-06 11:43:51 +08:00
f4b2116cb9 fix typos in Python-style filters documentation 2021-07-27 13:49:31 +02:00
3528d6effa add docs, provide check if Config is a class, ignore dynamic bases for mypy 2021-07-25 12:11:50 +02:00
b423c1c56d fixes for #270 and #274 2021-07-21 14:39:23 +02:00
cb4e5ea955 improve date handling 2021-07-06 15:11:26 +02:00