Commit Graph

783 Commits

Author SHA1 Message Date
7b1d1ad328 test for missing nested models in generated pydantic models 2021-07-21 13:55:48 +02:00
4abd86c241 Merge pull request #265 from collerek/date_improv
Improve dates handling and postgres dependencies
2021-07-06 15:24:28 +02:00
302d0e5068 refactor to method 2021-07-06 15:20:58 +02:00
cb4e5ea955 improve date handling 2021-07-06 15:11:26 +02:00
69fffdd2e2 Fix typo in readme #263 2021-07-06 10:33:45 +02:00
aa2df39944 Merge pull request #254 from collerek/fix_pk_default
Fix inherited pk and add field accessor access to relations
2021-06-25 13:40:39 +02:00
107404c3e8 fix inherited pk and add field accessor access to relations 2021-06-25 13:32:31 +02:00
cc76e9b862 Merge pull request #251 from collerek/for_ref_m2m
Bug fixes
2021-06-22 13:32:49 +02:00
557105a591 fix coverage 2021-06-22 13:09:55 +02:00
172a6a2be6 bug fixes 2021-06-22 12:58:39 +02:00
dd1392a910 Merge pull request #239 from collerek/dependabot/pip/databases-gte-0.3.2-and-lt-0.4.4
Update databases requirement from <=0.4.1,>=0.3.2 to >=0.3.2,<0.4.4
2021-06-10 13:07:57 +02:00
be69596fcd Update databases requirement from <=0.4.1,>=0.3.2 to >=0.3.2,<0.4.4
Updates the requirements on [databases](https://github.com/encode/databases) to permit the latest version.
- [Release notes](https://github.com/encode/databases/releases)
- [Changelog](https://github.com/encode/databases/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/databases/compare/0.3.2...0.4.3)

---
updated-dependencies:
- dependency-name: databases
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-10 06:34:31 +00:00
f197df0ecd add missing types stubs for deps 2021-06-09 12:23:22 +02:00
956116c59a add missing types stubs for deps 2021-06-09 12:19:26 +02:00
9c2f822e1e add missing types stubs for deps 2021-06-09 12:13:54 +02:00
2d0ba2383a fix headers for fastapi 0.65.2+ 2021-06-09 12:01:15 +02:00
6b6dcb396e Update requirements.txt 2021-06-09 10:41:49 +02:00
4c95d23e6d Create dependabot.yml 2021-06-09 10:21:52 +02:00
53163063aa Update deploy-docs.yml 2021-06-08 17:15:02 +02:00
fecbdfdbc3 Update deploy-docs.yml 2021-06-08 17:12:45 +02:00
1442675ab0 Update deploy-docs.yml 2021-06-08 16:51:40 +02:00
0cc128edae Update deploy-docs.yml 2021-06-08 16:42:15 +02:00
5c1b19bed6 Update deploy-docs.yml 2021-06-08 16:25:11 +02:00
e211fef1b5 Merge pull request #228 from collerek/check_selfref
Get raw data with values and values_list
2021-06-08 16:20:58 +02:00
89c05ecf54 add querysetproxy methods and tests 2021-06-08 14:54:16 +02:00
9b27ef187d add release notes 2021-06-08 14:39:03 +02:00
96c9615229 add docs 2021-06-08 14:34:02 +02:00
a1557273b0 add docstrings to alias resolver 2021-06-07 18:27:44 +02:00
d441c36d01 finish implementing values, missing docstrings and docs 2021-06-07 17:42:30 +02:00
13a8655126 exclude through models 2021-06-06 15:58:38 +02:00
fa061e06eb wip - some cleanup 2021-06-05 18:56:25 +02:00
955ac48cdd wip - refactor of alias resolver - through models columns with fields are not properly handled yet 2021-06-05 18:53:15 +02:00
b1b3d5cd92 first ugly version of values and values_list - to refactor and check with m2m 2021-06-04 18:21:16 +02:00
7b92884f39 fix for #226 2021-06-04 15:50:09 +02:00
85c5b7976e Merge pull request #217 from collerek/get_pydantic
Generating pydantic models tree and exclude_parent_fields
2021-06-02 13:16:57 +02:00
c8ca6edb22 fix for not saving related model in reverse rel 2021-06-02 13:05:10 +02:00
0254abcd6c fix chars 2021-06-02 10:37:27 +02:00
f52797fb06 more tests for excluding parent fields, finished docs 2021-06-02 10:16:47 +02:00
af394de483 Merge branch 'master' of https://github.com/collerek/ormar into get_pydantic 2021-06-02 08:56:29 +02:00
34f4a8f425 Merge pull request #215 from erichaydel/master
Fix for #214
2021-06-02 08:49:46 +02:00
62c70250a9 Fix for #214 2021-06-02 02:16:23 -04:00
3b9c8b323b add exclude_parent_fields param and first test 2021-06-01 18:51:06 +02:00
7a84577613 remove manual ids from get_pydantic tests 2021-05-31 19:09:29 +02:00
64e4288358 expand docs on get_pydantic 2021-05-31 19:04:01 +02:00
5cbac6583e wip work on expanding fastapi docs 2021-05-30 15:58:18 +02:00
101f3be2d4 Merge branch 'master' of https://github.com/collerek/ormar into get_pydantic 2021-05-30 11:24:53 +02:00
6aa9ec9d57 Merge pull request #210 from es3n1n/patch-1
bump pydantic version to 1.8.2
2021-05-30 11:15:59 +02:00
45838ce884 update pins 2021-05-30 11:12:14 +02:00
9d300a64e3 bump pydantic version to 1.8.2 2021-05-30 02:42:55 +02:00
88a49e67dd check modyfing annotations hack for mypy 2021-05-25 13:33:52 +02:00