Commit Graph

889 Commits

Author SHA1 Message Date
8ff85fd284 Merge branch 'master' into add_index 2021-09-13 16:12:12 +02:00
896829fcd8 finish rel 2021-09-13 15:56:27 +02:00
476a853e67 Merge pull request #332 from collerek/dependabot/pip/databases-postgresql--gte-0.3.2-and-lt-0.5.2
Update databases[postgresql] requirement from <0.5.1,>=0.3.2 to >=0.3.2,<0.5.2
2021-09-12 07:32:49 +02:00
41ad1f1369 Merge pull request #333 from collerek/dependabot/pip/databases-gte-0.3.2-and-lt-0.5.2
Update databases requirement from <0.5.1,>=0.3.2 to >=0.3.2,<0.5.2
2021-09-12 07:32:05 +02:00
6eb518cb71 Update all 2021-09-12 11:40:22 +07:00
362e50fddf Update deps to 5.2 2021-09-12 11:39:22 +07: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
913de2dc44 update releases info 2021-09-08 11:10:43 +02:00
8126e95ec1 change text for string to allow default in mysql 2021-09-08 09:30:49 +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
180691b554 Update databases requirement from <0.5.1,>=0.3.2 to >=0.3.2,<0.5.2
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.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-03 07:36:19 +00:00
c87e716447 Update databases[postgresql] requirement
Updates the requirements on [databases[postgresql]](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.5.1)

---
updated-dependencies:
- dependency-name: databases[postgresql]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-03 07:36:15 +00:00
9f836d80b2 Merge pull request #326 from collerek/dependabot/pip/typing-extensions-gte-3.7-and-lt-3.10.0.3
Update typing-extensions requirement from <=3.7.4.3,>=3.7 to >=3.7,<3.10.0.3
2021-09-03 09:35:33 +02:00
306908eb90 Update typing-extensions requirement
Updates the requirements on [typing-extensions](https://github.com/python/typing) to permit the latest version.
- [Release notes](https://github.com/python/typing/releases)
- [Commits](https://github.com/python/typing/compare/3.7.4...3.10.0.2)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 10:12:38 +00:00
bccc47fa79 Merge pull request #329 from collerek/check_pydantic_fields_order
Bug fixes
2021-09-01 12:11:54 +02:00
46500eba39 fix for #327 and #328 2021-09-01 11:50:04 +02:00
47f2d61786 Merge pull request #325 from collerek/add_force_overwrite_pydantic_type
Add force overwrite pydantic type
2021-08-30 09:53:21 +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
40fe1ad864 Merge pull request #313 from roansong/patch-2
Update index.md/README.md
2021-08-20 19:43:33 +02:00
b092887c53 Update README.md
missed closed > 🤦
2021-08-20 19:39:21 +02:00
3de43b94f6 Update README.md
remove non-displayabe sponsors link from readme
2021-08-20 19:38:23 +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
119e1d0a5b Merge pull request #309 from voice1/master
Updated common-parameters.md
2021-08-17 11:44:47 +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
4dfbd79fc8 Merge pull request #300 from sondrelg/master
Correct typo
2021-08-10 04:33:49 +02:00
88d881cf3a Correct typo 2021-08-09 20:13:38 +02:00
5bd7b66f8f Merge pull request #298 from collerek/bug-fixes
SmallInteger field type and ability to pass pydantic config
2021-08-06 16:10:00 +02:00
521b9e6c12 fix for obsolete pydantic parameters 2021-08-06 16:03:29 +02:00
25adb8378e fix for #295 2021-08-06 11:59:16 +02:00
0726951738 Merge pull request #297 from ProgrammerPlus1998/master
add:SmallInteger()
2021-08-06 11:02:41 +02:00
04555957b5 pin pip version to run github workflows 2021-08-06 10:52:04 +02:00
027f922dab Merge pull request #3 from ProgrammerPlus1998/origin/add_smallinteger
add:SmallInteger()
2021-08-06 15:58:44 +08:00
7e242f4fd3 add:SmallInteger() 2021-08-06 15:57:07 +08:00
5aa6134d88 Merge pull request #2 from ProgrammerPlus1998/origin/add_smallinteger
add:SmallInteger()
2021-08-06 11:49:30 +08:00
7baaee63ce add:SmallInteger() 2021-08-06 11:43:51 +08:00
6af84ad2f6 Merge pull request #1 from ProgrammerPlus1998/origin/add_smallinteger
add:SmallInteger()
2021-08-05 19:55:59 +08:00
d945a67f7a Update model_fields.py
add:SmallInteger()
2021-08-05 16:38:34 +08:00
6ffc318fd0 add:SmallInteger() 2021-08-05 16:11:10 +08:00
ef3edd4594 Merge pull request #289 from pawamoy/patch-2
fix typos in Python-style filters documentation
2021-07-27 16:40:17 +02:00
f4b2116cb9 fix typos in Python-style filters documentation 2021-07-27 13:49:31 +02:00
c7f280d616 Merge pull request #286 from naturalethic/allow-custom-model-config
Allow custom model config
2021-07-25 12:35:52 +02:00
402998c907 fix for codefactor smells 2021-07-25 12:15:13 +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
5dcbe8f0e5 Change comparisons to use 'is' 2021-07-24 11:48:11 -07:00