summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/descriptor_props.py
Commit message (Expand)AuthorAgeFilesLines
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-0/+4
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-2/+2
* - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-131-2/+17
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-67/+68
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Improved the initialization logic of composite attributes such thatMike Bayer2014-02-031-4/+5
* - happy new yearMike Bayer2014-01-051-1/+1
* make the error message for [ticket:2889] more accurate, as we supportMike Bayer2013-12-121-1/+1
* - :func:`.composite` will raise an informative error message when theMike Bayer2013-12-121-0/+5
* - re-document synonyms and remove warnings about "superseded"; synonymsMike Bayer2013-11-301-33/+50
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-1/+2
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-031-3/+25
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-3/+160
* - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-171-11/+8
* Fixed bug where sending a composite attribute into :meth:`.Query.order_by`Mike Bayer2013-06-101-1/+1
* Fixed the interaction between composite attributes andMike Bayer2013-06-101-14/+24
* - the raw 2to3 runMike Bayer2013-04-271-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-9/+24
* - [feature] Added support for .info dictionary argument toMike Bayer2012-08-241-0/+3
* - fix the labeled column with column_expression() issue, finishes [ticket:1534]Mike Bayer2012-08-181-0/+27
* - [feature] A warning is emitted when a referenceMike Bayer2012-08-041-0/+1
* - [bug] Fixed bug mostly local to newMike Bayer2012-07-141-26/+26
* - move all of orm to use absolute importsMike Bayer2012-06-231-6/+5
* - some adjustments to keep hybrid properties workingMike Bayer2012-04-231-2/+2
* - the inspect interface is done, needs docs.Mike Bayer2012-04-041-0/+1
* happy new yearMike Bayer2012-01-041-1/+1
* - [bug] Fixed bug in get_history() when referringMike Bayer2011-12-071-1/+5
* - [bug] the value of a composite attribute is nowMike Bayer2011-10-261-8/+20
* - Reinstated "comparator_factory" argument toMike Bayer2011-10-151-2/+4
* - Fixed a variety of synonym()-related regressionsMike Bayer2011-09-151-7/+0
* - Another previously unknown feature from 0.6, synonymsMike Bayer2011-09-151-0/+4
* - Fixed previously untested function which regressedMike Bayer2011-09-151-0/+2
* - Fixed regression in new composite rewrite whereMike Bayer2011-08-141-1/+1
* - Repaired new "mutable" extension to propagateMike Bayer2011-06-041-3/+3
* - some doc reorgMike Bayer2011-03-171-2/+2
* corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
* - Fixed regression whereby composite() withMike Bayer2011-02-141-0/+4
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-111-3/+4
* - composite now relates to its parent class in terms of MapperProperty,Mike Bayer2011-01-151-18/+41
* - whitespace removal bonanzaMike Bayer2011-01-021-48/+48
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-3/+2
* - add QueryContext to load(), refresh()Mike Bayer2010-12-311-1/+1
* - removes the "on_" prefix.Mike Bayer2010-12-301-7/+7
* - mutable examples now move into sqlalchemy.ext.mutableMike Bayer2010-12-291-0/+1
* - restore mapper.get_property() to use the _props dict. at the momentMike Bayer2010-12-281-30/+62
* - simplified the descriptor system to no longer use the hybrid extension, ins...Mike Bayer2010-12-281-28/+12
* - on_expire event, since we are starting to build off of events aroundMike Bayer2010-12-251-18/+74
* bugfixMike Bayer2010-12-241-1/+1