summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/state.py
Commit message (Expand)AuthorAgeFilesLines
* - revert the memoized committed_state / callables changes as they appear to a...Mike Bayer2014-05-241-19/+8
* inliningMike Bayer2014-05-191-10/+21
* - some inlining, speed up identity mapMike Bayer2014-05-191-4/+8
* - add some docs for the instancestate linkage to the inspection systemMike Bayer2014-04-041-5/+67
* - Fixed bug in mutable extension as well asMike Bayer2014-03-191-2/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - The ``viewonly`` flag on :func:`.relationship` will now preventMike Bayer2013-11-191-0/+2
* - :func:`.attributes.get_history()` when used with a scalar column-mappedMike Bayer2013-10-251-1/+31
* use accepts scalar loader here so we deal with _ProxyImpl correctlyMike Bayer2013-10-111-6/+4
* - fix bug due to regression from #2793, make sure we only go to loadMike Bayer2013-10-111-0/+9
* fix typospr/23Hyunjun Kim2013-08-251-2/+2
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-52/+32
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-131-9/+14
* Added a conditional to the unpickling process for ORMMike Bayer2013-04-231-1/+2
* Improved the behavior of instance management regardingMike Bayer2013-04-201-13/+14
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-3/+2
* - use our new Cls.memoized_name._reset(self) method in place of all those __d...Mike Bayer2012-09-231-3/+3
* - rename .attr to .attrs on mapper, instance state, [ticket:2569]Mike Bayer2012-09-221-1/+1
* don't need this is_really_none() thing anymoreMike Bayer2012-08-081-3/+0
* - [feature] A warning is emitted when a referenceMike Bayer2012-08-041-4/+14
* a lot of docsMike Bayer2012-07-181-6/+11
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-11/+11
* - document the inspection systemMike Bayer2012-07-181-1/+69
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-2/+4
* - move load_scalar_attributes out to loading.pyMike Bayer2012-07-141-3/+5
* rework imports hereMike Bayer2012-07-031-18/+18
* turn commit_all into an iterative methodMike Bayer2012-06-251-12/+18
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-241-2/+2
* absolute imports in core, sqlMike Bayer2012-06-231-1/+0
* - move all of orm to use absolute importsMike Bayer2012-06-231-7/+6
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-2/+4
* - [feature] Added utility featureMike Bayer2012-05-171-0/+1
* - [removed] The legacy "mutable" system of theMike Bayer2012-04-231-131/+4
* merge patch for [ticket:2208]. This still needs documentation.Mike Bayer2012-04-231-38/+99
|\
| * - the inspect interface is done, needs docs.Mike Bayer2012-04-041-35/+94
| * begin implementing inspection system for #2208Mike Bayer2012-04-031-0/+4
* | - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-231-2/+2
|/
* - [bug] Fixed bug where unpickled object didn'tMike Bayer2012-01-281-0/+4
* happy new yearMike Bayer2012-01-041-1/+1
* - attribute system gets a pop() method.Mike Bayer2011-10-301-13/+23
* - Fixed bug apparent only in Python 3 wherebyMike Bayer2011-07-241-4/+0
* - Added checks inside the UOW to detect the unusualMike Bayer2011-04-101-1/+0
* - Some fixes to the state handling regardingMike Bayer2011-04-071-2/+4
* - some changes to the identity map regardingMike Bayer2011-03-041-8/+2
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-111-2/+2
* formatting fixMike Bayer2011-02-101-3/+7
* - An exception is raised in the unusual case that anMike Bayer2011-02-101-2/+7
* - add support for pickling with mutable scalars, mutable compositesMike Bayer2011-01-021-1/+4
* - whitespace removal bonanzaMike Bayer2011-01-021-62/+62