| Commit message (Expand) | Author | Age | Files | Lines |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - The ``viewonly`` flag on :func:`.relationship` will now prevent | Mike Bayer | 2013-11-19 | 1 | -0/+2 |
* | - :func:`.attributes.get_history()` when used with a scalar column-mapped | Mike Bayer | 2013-10-25 | 1 | -1/+31 |
* | use accepts scalar loader here so we deal with _ProxyImpl correctly | Mike Bayer | 2013-10-11 | 1 | -6/+4 |
* | - fix bug due to regression from #2793, make sure we only go to load | Mike Bayer | 2013-10-11 | 1 | -0/+9 |
* | fix typospr/23 | Hyunjun Kim | 2013-08-25 | 1 | -2/+2 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -52/+32 |
* | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 1 | -9/+14 |
* | Added a conditional to the unpickling process for ORM | Mike Bayer | 2013-04-23 | 1 | -1/+2 |
* | Improved the behavior of instance management regarding | Mike Bayer | 2013-04-20 | 1 | -13/+14 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -3/+2 |
* | - use our new Cls.memoized_name._reset(self) method in place of all those __d... | Mike Bayer | 2012-09-23 | 1 | -3/+3 |
* | - rename .attr to .attrs on mapper, instance state, [ticket:2569] | Mike Bayer | 2012-09-22 | 1 | -1/+1 |
* | don't need this is_really_none() thing anymore | Mike Bayer | 2012-08-08 | 1 | -3/+0 |
* | - [feature] A warning is emitted when a reference | Mike Bayer | 2012-08-04 | 1 | -4/+14 |
* | a lot of docs | Mike Bayer | 2012-07-18 | 1 | -6/+11 |
* | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -11/+11 |
* | - document the inspection system | Mike Bayer | 2012-07-18 | 1 | -1/+69 |
* | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -2/+4 |
* | - move load_scalar_attributes out to loading.py | Mike Bayer | 2012-07-14 | 1 | -3/+5 |
* | rework imports here | Mike Bayer | 2012-07-03 | 1 | -18/+18 |
* | turn commit_all into an iterative method | Mike Bayer | 2012-06-25 | 1 | -12/+18 |
* | - [moved] The InstrumentationManager interface | Mike Bayer | 2012-06-24 | 1 | -2/+2 |
* | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -1/+0 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -7/+6 |
* | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -2/+4 |
* | - [feature] Added utility feature | Mike Bayer | 2012-05-17 | 1 | -0/+1 |
* | - [removed] The legacy "mutable" system of the | Mike Bayer | 2012-04-23 | 1 | -131/+4 |
* | merge patch for [ticket:2208]. This still needs documentation. | Mike Bayer | 2012-04-23 | 1 | -38/+99 |
|\ |
|
| * | - the inspect interface is done, needs docs. | Mike Bayer | 2012-04-04 | 1 | -35/+94 |
| * | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 1 | -0/+4 |
* | | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -2/+2 |
|/ |
|
* | - [bug] Fixed bug where unpickled object didn't | Mike Bayer | 2012-01-28 | 1 | -0/+4 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - attribute system gets a pop() method. | Mike Bayer | 2011-10-30 | 1 | -13/+23 |
* | - Fixed bug apparent only in Python 3 whereby | Mike Bayer | 2011-07-24 | 1 | -4/+0 |
* | - Added checks inside the UOW to detect the unusual | Mike Bayer | 2011-04-10 | 1 | -1/+0 |
* | - Some fixes to the state handling regarding | Mike Bayer | 2011-04-07 | 1 | -2/+4 |
* | - some changes to the identity map regarding | Mike Bayer | 2011-03-04 | 1 | -8/+2 |
* | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -2/+2 |
* | formatting fix | Mike Bayer | 2011-02-10 | 1 | -3/+7 |
* | - An exception is raised in the unusual case that an | Mike Bayer | 2011-02-10 | 1 | -2/+7 |
* | - add support for pickling with mutable scalars, mutable composites | Mike Bayer | 2011-01-02 | 1 | -1/+4 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -62/+62 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -5/+5 |
* | - mutable examples now move into sqlalchemy.ext.mutable | Mike Bayer | 2010-12-29 | 1 | -1/+3 |
* | - on_expire event, since we are starting to build off of events around | Mike Bayer | 2010-12-25 | 1 | -0/+4 |
* | - slight simplify to state.modified_event() | Mike Bayer | 2010-12-23 | 1 | -10/+7 |