summaryrefslogtreecommitdiff
path: root/test/orm/test_inspect.py
Commit message (Expand)AuthorAgeFilesLines
* - 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