summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-06-271-1/+1
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-111-4/+13
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-011-1/+2
* - don't overwrite an existing _strategy_keys collection;Mike Bayer2015-02-021-1/+2
* - doc fixesMike Bayer2015-01-061-8/+5
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-8/+43
* - strategies + declarativeMike Bayer2015-01-041-0/+2
* - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-041-1/+3
* - remove some old cruftMike Bayer2014-09-071-51/+85
* - reorganize how create_row_processor() communicates up toMike Bayer2014-08-291-7/+10
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-6/+6
* - The :meth:`.InspectionAttr.info` collection is now moved down toMike Bayer2014-08-131-22/+0
* - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-131-2/+2
* flake8 cleanupMike Bayer2014-08-131-3/+3
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-17/+17
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Removed stale names from ``sqlalchemy.orm.interfaces.__all__`` andMike Bayer2014-02-261-4/+4
* - happy new yearMike Bayer2014-01-051-1/+1
* - add some tests for propagate of wildcard lazyloadMike Bayer2013-10-061-3/+0
* 11th hour realization that Load() needs to do the _chop_path() thing asMike Bayer2013-10-061-0/+3
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-276/+45
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-031-0/+3
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-211-1/+20
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-97/+34
* - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-171-6/+15
* - blow away context._attributesMike Bayer2013-06-021-3/+3
* import of "sqlalchemy" and "sqlalchemy.orm" works.Mike Bayer2013-04-271-0/+1
* - the raw 2to3 runMike Bayer2013-04-271-2/+2
* Fixed `__repr__()` on mapper property constructsMike Bayer2013-04-111-1/+1
* A meaningful :attr:`.QueryableAttribute.info` attribute isMike Bayer2013-03-091-0/+10
* Can set/change the "cascade" attribute on a :func:`.relationship`Mike Bayer2013-03-021-1/+1
* 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-2/+63
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-16/+17
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-18/+23
* - some naming changes on PropComparator, Comparator:Mike Bayer2012-10-251-6/+7
* - [feature] Conflicts between columns onMike Bayer2012-08-271-1/+6
* - [feature] Added support for .info dictionary argument toMike Bayer2012-08-241-0/+16
* - fix the labeled column with column_expression() issue, finishes [ticket:1534]Mike Bayer2012-08-181-7/+70
* - all tests passMike Bayer2012-08-131-3/+0
* - develop new system of applying custom operators to ColumnElement classes. ...Mike Bayer2012-08-131-0/+3
* - [feature] ORM entities can be passedMike Bayer2012-07-231-0/+2
* - move ext to relative importsMike Bayer2012-07-171-4/+2
* - totally remove _entity_info and _extended_entity_info, replacing all usageMike Bayer2012-07-161-3/+3
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-5/+16
* move mapper-level UOW functionality straight into unitofwork also. there'sMike Bayer2012-07-141-28/+26
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-241-76/+3
* - move all of orm to use absolute importsMike Bayer2012-06-231-18/+13
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-112/+75