| Commit message (Expand) | Author | Age | Files | Lines |
| * | base all_orm_descriptors ordering on cls.__dict__ + cls.__mro__ | Mike Bayer | 2020-08-06 | 1 | -0/+133 |
| * | Consult is_attrbute flag to determine descriptor; enable for assoc proxy | Mike Bayer | 2019-06-14 | 1 | -1/+6 |
| * | Hold implicitly created collections in a pending area | Mike Bayer | 2019-05-27 | 1 | -4/+6 |
| * | Implement relationship to AliasedClass; deprecate non primary mappers | Mike Bayer | 2019-01-25 | 1 | -2/+2 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -12/+13 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -175/+123 |
| * | Create object- and column-oriented versions of AssociationProxyInstance | Mike Bayer | 2018-10-26 | 1 | -3/+16 |
| * | Add .info to InstanceState | Mike Bayer | 2018-10-01 | 1 | -0/+7 |
| * | Break association proxy into a descriptor + per-class accessor | Mike Bayer | 2018-09-27 | 1 | -1/+1 |
| * | Add an identity_token to the identity key | Mike Bayer | 2017-12-22 | 1 | -1/+2 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -17/+15 |
| * | Use configured props for mapper.attrs, mapper.all_orm_descriptors | Mike Bayer | 2016-11-10 | 1 | -0/+28 |
| * | - reverse course in #3061 so that we instead no longer set None in the attribute | Mike Bayer | 2014-06-23 | 1 | -2/+2 |
| * | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 1 | -1/+3 |
| * | - ensure ordering is fully maintained, [ticket:2914] | Mike Bayer | 2014-01-20 | 1 | -2/+2 |
| * | - :func:`.attributes.get_history()` when used with a scalar column-mapped | Mike Bayer | 2013-10-25 | 1 | -1/+43 |
| * | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 1 | -1/+1 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
| * | Extended the :doc:`/core/inspection` system so that all Python descriptors | Mike Bayer | 2012-12-29 | 1 | -1/+65 |
| * | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -3/+3 |
| * | - add class_ to AliasedInsp | Mike Bayer | 2012-10-26 | 1 | -4/+6 |
| * | - some naming changes on PropComparator, Comparator: | Mike Bayer | 2012-10-25 | 1 | -2/+40 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -2/+2 |
| * | - rename .attr to .attrs on mapper, instance state, [ticket:2569] | Mike Bayer | 2012-09-22 | 1 | -14/+14 |
| * | - [feature] ORM entities can be passed | Mike Bayer | 2012-07-23 | 1 | -4/+10 |
| * | - totally remove _entity_info and _extended_entity_info, replacing all usage | Mike Bayer | 2012-07-16 | 1 | -0/+14 |
| * | some test fixes and cleanup | Mike Bayer | 2012-07-16 | 1 | -1/+1 |
| * | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -11/+66 |
| * | - [feature] Calling rollback() within a | Mike Bayer | 2012-04-24 | 1 | -1/+1 |
| * | - the inspect interface is done, needs docs. | Mike Bayer | 2012-04-04 | 1 | -137/+233 |
| * | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 1 | -0/+194 |