summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/attributes.py
Commit message (Expand)AuthorAgeFilesLines
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - Fixed bug in mutable extension as well asMike Bayer2014-03-191-1/+1
* - Added a new directive used within the scope of an attribute "set" operationMike Bayer2014-01-311-2/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - the wrapped memoized_property here was not working, as the attribute nameMike Bayer2013-11-261-10/+18
* - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-231-1/+7
* - The ``viewonly`` flag on :func:`.relationship` will now preventMike Bayer2013-11-191-0/+6
* - :func:`.attributes.get_history()` when used with a scalar column-mappedMike Bayer2013-10-251-5/+12
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-031-1/+7
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-107/+13
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-2/+1
* - The mechanism by which attribute events pass along anMike Bayer2013-07-261-44/+91
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-131-1/+1
* Fixed bug whereby attribute history functions would failMike Bayer2013-07-041-2/+2
* - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-171-10/+7
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-1/+1
* most of ORM passing...Mike Bayer2013-05-041-2/+3
* - the raw 2to3 runMike Bayer2013-04-271-1/+1
* A meaningful :attr:`.QueryableAttribute.info` attribute isMike Bayer2013-03-091-0/+43
* yikes, print statement !Mike Bayer2013-03-031-3/+2
* - Improved checking for an existing backref name conflict duringMike Bayer2013-03-031-6/+18
* typoMike Bayer2013-02-261-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/+24
* - add tests to ensure SELECT of dynamic collection not emittedMike Bayer2012-12-221-1/+0
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-14/+30
* - add class_ to AliasedInspMike Bayer2012-10-261-2/+19
* - some naming changes on PropComparator, Comparator:Mike Bayer2012-10-251-5/+14
* - fix regression from 0.7 where calling get_history with passiveMike Bayer2012-10-221-0/+4
* - [feature] Conflicts between columns onMike Bayer2012-08-271-1/+3
* - [bug] Lazy loads emitted within flush eventsMike Bayer2012-08-191-0/+5
* - [feature] Adding/removing None from a mapped collectionMike Bayer2012-08-131-1/+3
* - [bug] Fixed bug whereby user error in related-objectMike Bayer2012-08-121-18/+38
* - [feature] A warning is emitted when a referenceMike Bayer2012-08-041-0/+7
* - [feature] ORM entities can be passedMike Bayer2012-07-231-5/+8
* a lot of docsMike Bayer2012-07-181-20/+28
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-2/+2
* - document the inspection systemMike Bayer2012-07-181-94/+108
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-241-0/+2
* - move all of orm to use absolute importsMike Bayer2012-06-231-9/+7
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-1/+12
* - [feature] Added utility featureMike Bayer2012-05-171-1/+0
* - [bug] Fixed issue in unit of workMike Bayer2012-05-041-1/+1
* - [bug] The "passive" flag on Session.is_modified()Mike Bayer2012-04-241-0/+5
* - [removed] The legacy "mutable" system of theMike Bayer2012-04-231-58/+1
* - some adjustments to keep hybrid properties workingMike Bayer2012-04-231-3/+4
* merge patch for [ticket:2208]. This still needs documentation.Mike Bayer2012-04-231-18/+23
|\
| * - the inspect interface is done, needs docs.Mike Bayer2012-04-041-18/+23
* | - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-231-46/+63
|/
* typos in lib/sqlalchemy/ormDiana Clarke2012-03-171-3/+3