|
|
3373bbc754
|
Update queryset.py
|
2022-01-14 17:32:07 +01:00 |
|
|
|
24761dd6cc
|
Update queryset.py
|
2022-01-14 17:11:45 +01:00 |
|
|
|
a587ad463d
|
Update queryset.py
|
2022-01-14 17:06:22 +01:00 |
|
|
|
8dd49356df
|
Update queryset.py
|
2022-01-14 23:29:37 +08:00 |
|
|
|
c0e291c5dd
|
fix the question in comment
|
2022-01-14 23:18:33 +08:00 |
|
|
|
18bab1f17b
|
send signal after set_save_status
|
2022-01-14 18:30:19 +08:00 |
|
|
|
94e6c61032
|
fix lint
|
2022-01-14 18:28:43 +08:00 |
|
|
|
bca6b6eef0
|
add bulk_post_update: signals
|
2022-01-14 18:26:11 +08:00 |
|
|
|
5b7d2d23cb
|
add tests
|
2022-01-14 15:49:26 +08:00 |
|
|
|
133ba6e1c1
|
fix the doc typo
|
2022-01-14 14:38:55 +08:00 |
|
|
|
e28059f92e
|
fix type annotation
|
2022-01-14 14:29:02 +08:00 |
|
|
|
fd38e6e334
|
add post-signal in bulk-update & bulk-create
|
2022-01-14 14:21:57 +08:00 |
|
|
|
378c85a1b8
|
improve bulk_create
|
2022-01-11 15:04:08 +02:00 |
|
|
|
c1d42498b9
|
fix indent
|
2022-01-10 09:58:17 +08:00 |
|
|
|
5bf3c1a709
|
fix ut coverage
|
2022-01-10 09:56:48 +08:00 |
|
|
|
646a901af5
|
clean unused code
|
2022-01-06 19:35:13 +01:00 |
|
|
|
c8586e5b8e
|
rc for skip of literal binds
|
2022-01-06 18:22:07 +01:00 |
|
|
|
3f264d974b
|
wip - remove literal binds
|
2022-01-05 18:19:14 +01:00 |
|
|
|
aab46de800
|
remove date dumping to isoformat, add pydantic 1.9 support
|
2022-01-03 18:23:22 +01:00 |
|
|
|
5db4ea9662
|
SignalEmitter extends dict to save the signals
|
2021-12-22 10:54:15 +08:00 |
|
|
|
0fd533da9e
|
fix mypy check
|
2021-12-21 17:49:22 +08:00 |
|
|
|
15ed00a62f
|
remove jsonb, because the extra lib support
|
2021-12-21 17:35:51 +08:00 |
|
|
|
94c5b23204
|
use the dict to store the receivers in signal
|
2021-12-21 17:00:14 +08:00 |
|
|
|
070ff023a0
|
add jsonb in postgresql
|
2021-12-21 16:33:50 +08:00 |
|
|
|
531542bb21
|
fix quotes
|
2021-12-16 18:31:28 +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 |
|
|
|
15be5170f3
|
fix #409 - nullable large binary fields
|
2021-12-16 14:44:01 +01:00 |
|
|
|
a720ab9510
|
Fix populate_default_values
|
2021-11-16 10:12:24 +03:00 |
|
|
|
851fe0c14f
|
fix for validators inheritance
|
2021-10-15 10:39:41 +02:00 |
|
|
|
9559c0f7f6
|
inherit choices validators and class validators for fields in generated pydantic models
|
2021-10-11 16:22:50 +02:00 |
|
|
|
f6458be157
|
fix coverage
|
2021-10-11 12:22:47 +02:00 |
|
|
|
d8f0dc92f0
|
refactor choices validation from root validator to field validator
|
2021-10-10 14:11:25 +02:00 |
|
|
|
3a0fba5a60
|
switch to expand relationship to allow pk values as models
|
2021-10-09 20:21:22 +02:00 |
|
|
|
127df1e9cb
|
fix mypy, add pre-commit
|
2021-10-09 19:43:21 +02:00 |
|
|
|
4896a3a982
|
add tests for creation from dictionaries and for m2m relations
|
2021-10-09 17:19:17 +02:00 |
|
|
|
6d2712c0f8
|
resolve merge conflicts
|
2021-10-09 16:30:35 +02:00 |
|
|
|
82b4e054a2
|
ignore overloads for now due to p3.6 errors
|
2021-10-09 15:47:21 +02:00 |
|
|
|
eb19290d94
|
Fixed mypy for python 3.7.
Signed-off-by: Pavel <win10@list.ru>
|
2021-10-09 15:06:39 +04:00 |
|
|
|
bb2e0d1ddf
|
remove reference to mypy.ini in github workflow, fix some code smells
|
2021-10-08 20:30:27 +02:00 |
|
|
|
b637fc0774
|
remove .vscode settings, re-dump orjson choices to fix choices, move mypy config into pyproject.toml
|
2021-10-08 20:14:03 +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 |
|
|
|
afa1756b47
|
very initial verson of construct
|
2021-10-05 18:50:02 +02:00 |
|
|
|
ca87e74b2e
|
fix some code smells
|
2021-09-26 14:20:47 +02:00 |
|
|
|
1da9111dbd
|
add extra to Model.Meta, update docs and bump version
|
2021-09-26 14:07:47 +02:00 |
|
|
|
67487ebf9c
|
fix for #354 - allow None for nullable field with choices
|
2021-09-26 12:43:09 +02:00 |
|
|
|
8376fb023a
|
fix for #348
|
2021-09-26 12:07:08 +02:00 |
|
|
|
e5e0ff7b78
|
cache visited relations in iterating_models
|
2021-09-11 11:18:52 +02:00 |
|
|
|
beb43dd76c
|
add caching of relation map to increase performance
|
2021-09-10 12:58:26 +02:00 |
|