Commit Graph

14 Commits

Author SHA1 Message Date
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
d441c36d01 finish implementing values, missing docstrings and docs 2021-06-07 17:42:30 +02:00
45838ce884 update pins 2021-05-30 11:12:14 +02:00
01904580e5 add release docs, add docs, finish tests 2021-03-10 11:39:51 +01:00
62a6fb9063 fix after pydantic update, pin dependencies 2021-02-28 09:16:36 +01:00
842e303bc1 add test for python 3.9 and update setup.py file for 3.9. 2021-01-29 14:29:27 +01:00
85be9e8b80 add signals, register six signals on each models (pre/post + save/update/delete) 2020-12-06 17:23:46 +01:00
e743286008 some cleanup of unused relations code, introduced caching of related_names and props on model, set profiling 2020-11-12 08:11:40 +01:00
531defdf41 Update setup.py 2020-11-01 18:05:41 +07:00
717feb2c74 update docs part 2 2020-10-07 17:43:03 +02:00
287b970a09 add fields method limiting the models columns fetched from db 2020-10-05 09:40:41 +02:00
0f72bf36eb refactor and cleanup 2020-08-23 17:50:40 +02:00
b69ad226e6 update config 2020-08-15 12:51:01 +02:00
062d35168f renames etc. 2020-08-14 19:36:50 +02:00