Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | establish mypy / typing approach for v2.0 | Mike Bayer | 2022-02-13 | 1 | -2/+4 |
* | First round of removal of python 2 | Federico Caselli | 2021-11-01 | 1 | -16/+0 |
* | Modernize tests - session_query_get | Gord Thompson | 2021-10-28 | 1 | -2/+2 |
* | Modernize tests - calling_mapper_directly | Gord Thompson | 2021-09-30 | 1 | -4/+5 |
* | implement declared_attr superclass assignment check for dataclasses | Mike Bayer | 2021-04-23 | 1 | -13/+86 |
* | support callable mapped attributes in dataclass mixins | Mike Bayer | 2021-03-19 | 1 | -0/+238 |
* | Adjust dataclass rules to account for field w/ default | Mike Bayer | 2021-03-18 | 1 | -1/+116 |
* | Fill-out dataclass-related attr resolution | Mike Bayer | 2021-01-25 | 1 | -7/+226 |
* | Allow Declarative to extract class attr from field | Mike Bayer | 2020-12-19 | 1 | -0/+96 |
* | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -2/+5 |
* | Build out new declarative systems; deprecate mapper() | Mike Bayer | 2020-09-10 | 1 | -0/+60 |
* | Add support for classical mapping of dataclasses | Václav Klusák | 2020-09-01 | 1 | -0/+227 |