summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - [bug] Raise an exception if xyzload_all() isMike Bayer2012-01-281-2/+5
* - [feature] Added new capability to relationshipMike Bayer2012-01-221-2/+13
* happy new yearMike Bayer2012-01-041-1/+1
* - Adjusted the "importlater" mechanism, which isMike Bayer2011-09-211-1/+1
* plus synonyms accessed as stringMike Bayer2011-09-191-2/+2
* - add docstrings for defer(), undefer(), improve name "keys" to be "key"Mike Bayer2011-08-141-1/+2
* - second pass through association proxy docs, some more links on any()/has(),...Mike Bayer2011-08-061-14/+26
* - Feature enhancement: joined and subqueryMike Bayer2011-07-171-1/+0
* - dont actually need separate init(), but be conservative for now.Mike Bayer2011-05-311-1/+5
* - remove the old term 'selectcontext'Mike Bayer2011-05-311-2/+2
* update out of date docstringMike Bayer2011-05-311-6/+5
* - move Operators and ColumnOperators into sqlalchemy.sql.operators - since thisMike Bayer2011-05-281-2/+2
* - get all comparison operators to document with sphinx - column based, relati...Mike Bayer2011-05-261-1/+1
* - Fixed regression introduced in 0.7b4 (!) wherebyMike Bayer2011-04-171-17/+36
* - Still more wording adjustments when a query optionMike Bayer2011-04-061-1/+3
* - Fixed bug in query.options() whereby a pathMike Bayer2011-03-171-18/+39
* - Improvements to the error messages emitted whenMike Bayer2011-03-161-10/+26