7d5e291a19switch to equals in most of the code, fix dependencies, clean tests, make all not relation fields work with type hints
collerek
2020-10-31 18:11:48 +01:00
8fba94efa1allow change to build in type hints
collerek
2020-10-31 15:43:34 +01:00
56c527485dadd test exclusion for postgres as it uses transaction timestamp
collerek
2020-10-28 15:48:33 +01:00
f96845674bconnect db <facepalm>
collerek
2020-10-28 15:38:15 +01:00
29d04887b1fix server_default not setting value in defaults, pop server_default fields if set to None, add tests, update docs
collerek
2020-10-28 15:34:40 +01:00
72438ce6b1bump version
collerek
2020-10-28 14:23:46 +01:00
858fbce67fMerge pull request #24 from collerek/change_pg_check-23
collerek
2020-10-28 20:04:23 +07:00
d18e79a83echange postgres check to dialect name
collerek
2020-10-28 13:57:39 +01:00
250f55ad68restor ga in docs
collerek
2020-10-28 09:37:55 +01:00
a8f0ec09f2Merge pull request #21 from collerek/fix_json_schema
collerek
2020-10-28 00:28:22 +07:00
8b37a14131update docs and bump version
collerek
2020-10-27 18:18:09 +01:00
82e3eb94aemodify schema to show many to many as list of nested models, check openapi generation in tests
collerek
2020-10-27 17:55:41 +01:00
d3091c404ffix many_to_many lazy registration in fastapi cloned models, fixed ForeignKey not treated as subclasses of BaseModels in json schema
collerek
2020-10-27 13:49:07 +01:00
36300f9056refactor translating of aliases from queryset to modelproxy
collerek
2020-10-26 14:50:04 +01:00
f192ae9a40update docs for db init and migrations
collerek
2020-10-26 10:18:28 +01:00
5e44093e2dupdate docs for db init and migrations
collerek
2020-10-26 10:09:10 +01:00
085777e346update docs for db init and migrations
collerek
2020-10-26 10:04:42 +01:00
501cdd746cMerge pull request #17 from collerek/aliases
collerek
2020-10-22 19:11:38 +07:00
3bd8f5cb40added startswith, istartswith and same for endswith, add test for those
collerek
2020-09-23 11:52:47 +02:00
650154f033update readme to include choices
collerek
2020-09-23 10:32:49 +02:00
81f6af2cc5Merge pull request #9 from collerek/add_choices
collerek
2020-09-23 15:27:36 +07:00
9ce50280aebump version
collerek
2020-09-23 10:11:42 +02:00
798475ae5frefactor and move tests
collerek
2020-09-23 10:09:15 +02:00
ebd812bf00fix for minimu and maximum in validators, added validator for choices and choices param for BaseField, include tests
collerek
2020-09-22 20:50:24 +02:00
9620452b44fix overwritten pk for non id pks
collerek
2020-09-17 19:11:21 +02:00
f3e227748ffix overwritten pk for non id pks
collerek
2020-09-17 19:05:46 +02:00
58f8ed8fa9Merge pull request #8 from collerek/add_exclude
collerek
2020-09-17 23:16:59 +07:00
d0161a81afadd callable excecution and test for default value, update readme with exclude, bump version
collerek
2020-09-17 18:10:10 +02:00
1a4be03131add exclude method on QuerySet and fix missing default values on creation
collerek
2020-09-17 18:03:29 +02:00
48819f1023Merge pull request #7 from collerek/extract_joins
collerek
2020-09-17 21:25:11 +07:00