summaryrefslogtreecommitdiff
path: root/test/orm/test_inspect.py
Commit message (Expand)AuthorAgeFilesLines
* base all_orm_descriptors ordering on cls.__dict__ + cls.__mro__Mike Bayer2020-08-061-0/+133
* Consult is_attrbute flag to determine descriptor; enable for assoc proxyMike Bayer2019-06-141-1/+6
* Hold implicitly created collections in a pending areaMike Bayer2019-05-271-4/+6
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-2/+2
* Post black reformattingMike Bayer2019-01-061-12/+13
* Run black -l 79 against all source filesMike Bayer2019-01-061-175/+123
* Create object- and column-oriented versions of AssociationProxyInstanceMike Bayer2018-10-261-3/+16
* Add .info to InstanceStateMike Bayer2018-10-011-0/+7
* Break association proxy into a descriptor + per-class accessorMike Bayer2018-09-271-1/+1
* Add an identity_token to the identity keyMike Bayer2017-12-221-1/+2
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-17/+15
* Use configured props for mapper.attrs, mapper.all_orm_descriptorsMike Bayer2016-11-101-0/+28
* - reverse course in #3061 so that we instead no longer set None in the attributeMike Bayer2014-06-231-2/+2
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-201-1/+3
* - ensure ordering is fully maintained, [ticket:2914]Mike Bayer2014-01-201-2/+2
* - :func:`.attributes.get_history()` when used with a scalar column-mappedMike Bayer2013-10-251-1/+43
* - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-171-1/+1
* - the raw 2to3 runMike Bayer2013-04-271-2/+2
* Extended the :doc:`/core/inspection` system so that all Python descriptorsMike Bayer2012-12-291-1/+65
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-3/+3
* - add class_ to AliasedInspMike Bayer2012-10-261-4/+6
* - some naming changes on PropComparator, Comparator:Mike Bayer2012-10-251-2/+40
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-2/+2
* - rename .attr to .attrs on mapper, instance state, [ticket:2569]Mike Bayer2012-09-221-14/+14
* - [feature] ORM entities can be passedMike Bayer2012-07-231-4/+10
* - totally remove _entity_info and _extended_entity_info, replacing all usageMike Bayer2012-07-161-0/+14
* some test fixes and cleanupMike Bayer2012-07-161-1/+1
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-11/+66
* - [feature] Calling rollback() within aMike Bayer2012-04-241-1/+1
* - the inspect interface is done, needs docs.Mike Bayer2012-04-041-137/+233
* begin implementing inspection system for #2208Mike Bayer2012-04-031-0/+194