summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative/extensions.py
Commit message (Expand)AuthorAgeFilesLines
* implement polymorphic_abstract=True featureMike Bayer2023-01-141-0/+1
* happy new year 2023Mike Bayer2023-01-031-1/+1
* reorganize Mapped[] super outside of MapperPropertyMike Bayer2022-10-051-1/+1
* improve abstractconcretebaseMike Bayer2022-08-181-13/+47
* more abstractconcretebase clarityMike Bayer2022-08-181-22/+23
* use metadata.reflect() for DeferredReflectionMike Bayer2022-06-211-32/+55
* rework ORM mapping docsMike Bayer2022-06-211-0/+5
* revenge of pep 484Mike Bayer2022-05-151-12/+24
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+3
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-1/+1
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-19/+0
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Fixed ``instrument_declarative`` registry call.Federico Caselli2021-04-171-3/+3
* Raise at Core / ORM concrete inh level for label overlapMike Bayer2021-03-181-5/+9
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Remove autoload=True referencesGord Thompson2020-12-121-1/+1
* Convert to autoload_with internallyMike Bayer2020-11-071-1/+0
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-0/+455