summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/mapper.py
Commit message (Expand)AuthorAgeFilesLines
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-7/+9
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-4/+4
* - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. DefaultsMike Bayer2014-03-281-1/+17
* - add cross-linking for passive_deletes / passive_updatesMike Bayer2014-02-161-2/+2
* - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-111-4/+3
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-2/+6
* - happy new yearMike Bayer2014-01-051-1/+1
* - call it 0.9.0Mike Bayer2013-12-301-1/+1
* - Fixed bug when using joined table inheritance from a table to aMike Bayer2013-12-161-1/+3
* - documentation cleanup in ORM including [ticket:2816]Mike Bayer2013-12-071-29/+45
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-021-4/+18
* Fix indentation and escape *args and **kwargsVraj Mohan2013-11-131-1/+1
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-061-2/+3
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-251-33/+72
* fix typospr/23Hyunjun Kim2013-08-251-1/+1
* - use newly fixed WeakSequence (#2794) to not have to rely on class name for ...Mike Bayer2013-08-181-5/+4
* formattingMike Bayer2013-08-181-1/+2
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-49/+377
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-6/+6
* - additional fix for [ticket:2750] where on an update, we make sure theMike Bayer2013-06-301-1/+2
* A warning is emitted when trying to flush an object of an inheritedMike Bayer2013-06-301-1/+32
* dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-061-1/+1
* repair py3kisms in key ORM modulesMike Bayer2013-05-261-6/+6
* import of "sqlalchemy" and "sqlalchemy.orm" works.Mike Bayer2013-04-271-2/+3
* - the raw 2to3 runMike Bayer2013-04-271-14/+14
* Improved the behavior of instance management regardingMike Bayer2013-04-201-1/+2
* Fixed bug whereby ORM would run the wrong kind ofMike Bayer2013-04-111-0/+2
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-2/+14
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-1/+1
* - Improved checking for an existing backref name conflict duringMike Bayer2013-03-031-1/+11
* the consideration of a pending object asMike Bayer2013-01-241-7/+18
* 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-0/+37
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-3/+3
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-6/+8
* - [feature] Improvements to event listening forMike Bayer2012-10-121-4/+1
* - rename .attr to .attrs on mapper, instance state, [ticket:2569]Mike Bayer2012-09-221-6/+6
* - [feature] Conflicts between columns onMike Bayer2012-08-271-3/+2
* - update engine docstrings due to moveMike Bayer2012-08-131-1/+1
* - more fixes to py 3.3 tests, [ticket:2542]Mike Bayer2012-08-111-1/+1
* - [feature] Can now provide class-bound attributesMike Bayer2012-08-041-12/+6
* - [bug] with_polymorphic() produces JOINsMike Bayer2012-08-011-2/+9
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-2/+80
* this can be any expressionMike Bayer2012-07-181-3/+5
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-4/+4
* - totally remove _entity_info and _extended_entity_info, replacing all usageMike Bayer2012-07-161-7/+18
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-14/+46
* - [bug] Fixed bug mostly local to newMike Bayer2012-07-141-1/+6
* - [feature] *Very limited* support forMike Bayer2012-07-141-6/+7
* - break up configure_propertyMike Bayer2012-07-141-109/+131