summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/instrumentation.py
Commit message (Expand)AuthorAgeFilesLines
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-35/+93
* base all_orm_descriptors ordering on cls.__dict__ + cls.__mro__Mike Bayer2020-08-061-6/+18
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-3/+3
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-10/+8
* happy new yearMike Bayer2020-01-011-1/+1
* Implement raiseload for deferred columnsMike Bayer2019-10-161-1/+20
* Run eager loaders on unexpireMike Bayer2019-08-231-0/+4
* Consult is_attrbute flag to determine descriptor; enable for assoc proxyMike Bayer2019-06-141-1/+4
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-4/+7
* Run black -l 79 against all source filesMike Bayer2019-01-061-43/+62
* Break association proxy into a descriptor + per-class accessorMike Bayer2018-09-271-35/+0
* Test attributes for being non-mapped column properties more closelyMike Bayer2018-02-151-0/+9
* Search through mapper superclass hierarchy for ownerMike Bayer2018-02-091-0/+35
* Look for __sa_reconstructor__ on original_initMike Bayer2018-02-021-0/+1
* happy new yearMike Bayer2018-01-121-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-181-0/+20
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-7/+9
* - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-131-2/+2
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-26/+30
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* inliningMike Bayer2014-05-191-2/+4
* - happy new yearMike Bayer2014-01-051-1/+1
* - spot checking of imports, obsolete functionsMike Bayer2013-08-171-1/+1
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-25/+52
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-261-0/+6
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-11/+9
* most of ORM passing...Mike Bayer2013-05-041-0/+2
* - the raw 2to3 runMike Bayer2013-04-271-14/+16
* Improved the behavior of instance management regardingMike Bayer2013-04-201-0/+7
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* Extended the :doc:`/core/inspection` system so that all Python descriptorsMike Bayer2012-12-291-1/+19
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-2/+5
* - [feature] Improvements to event listening forMike Bayer2012-10-121-0/+6
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-7/+7
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-241-316/+79
* - move all of orm to use absolute importsMike Bayer2012-06-231-4/+3
* - [removed] The legacy "mutable" system of theMike Bayer2012-04-231-7/+1
* begin implementing inspection system for #2208Mike Bayer2012-04-031-1/+1
* happy new yearMike Bayer2012-01-041-1/+1
* - Enhanced the instrumentation in the ORM to supportMike Bayer2011-09-281-0/+4
* take out a little cruft. Spend two hours trying to make things simpler,Mike Bayer2011-06-011-23/+1
* - add a comment regarding why __init__ has a return valueMike Bayer2011-05-281-1/+2
* - whitespace removal bonanzaMike Bayer2011-01-021-51/+51
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - removes the "on_" prefix.Mike Bayer2010-12-301-4/+4
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-211-7/+9