summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/properties.py
Commit message (Expand)AuthorAgeFilesLines
...
* - [bug] Fixed bug whereby column_property() createdMike Bayer2011-12-031-1/+3
* - add tests to try to find the case that [ticket:2221] is looking for.Mike Bayer2011-11-131-1/+3
* - Added new flag expire_on_flush=False to column_property(),Mike Bayer2011-10-111-0/+3
* plus synonyms accessed as stringMike Bayer2011-09-191-3/+1
* - Another previously unknown feature from 0.6, synonymsMike Bayer2011-09-151-0/+3
* - Fixed bug regarding calculation of "from" listMike Bayer2011-09-051-1/+2
* - Repaired edge case where mapper would failMike Bayer2011-08-061-0/+1
* - rewrite cloned_traverse() and replacement_traverse() to use a straightMike Bayer2011-07-241-24/+20
* - Fixed regression from 0.6 where Session.add()Mike Bayer2011-07-241-0/+7
* - "delete-orphan" cascade is now allowed onMike Bayer2011-06-041-249/+328
* hey this works. (don't need to re-calc fks collection)Mike Bayer2011-06-031-3/+5
* the "property" argument here is not usedMike Bayer2011-05-301-2/+0
* - get all comparison operators to document with sphinx - column based, relati...Mike Bayer2011-05-261-1/+217
* - document query_class on relationshipMike Bayer2011-05-241-1/+10
* - Fixed bug where determination of "self referential"Mike Bayer2011-05-071-1/+8
* - some doc reorgMike Bayer2011-03-171-1/+1
* corrected a bunch of spelling typosDiana Clarke2011-02-281-3/+3
* - remove some remaining sys.modules shenanigansrel_0_7b1Mike Bayer2011-02-121-2/+1
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-111-4/+6
* - whitespace removal bonanzaMike Bayer2011-01-021-56/+56
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-3/+2
* - A little more verbiage to the "primaryjoin" error,Mike Bayer2010-12-301-8/+22
* - move the "descriptor" properties into a separate module.Mike Bayer2010-12-201-283/+3
* - crudely, this replaces CompositeProperty's base to beMike Bayer2010-12-201-77/+108
* - further optimize what get_all_pending() returns to reduce the work of recei...Mike Bayer2010-12-191-36/+31
* trivial inliningsMike Bayer2010-12-181-2/+1
* - some good inlinings to the whole cascade_iterator() thing.Mike Bayer2010-12-181-6/+8
* - inliningsMike Bayer2010-12-161-1/+1
* - callcountsMike Bayer2010-12-101-6/+2
* - callcountMike Bayer2010-12-091-1/+1
* callcount destructo engageMike Bayer2010-12-091-10/+0
* - shave about a millisecond off of moderately complex save casades.Mike Bayer2010-12-061-16/+21
* - replace GenericBackrefExtension with straight eventsMike Bayer2010-11-301-4/+0
* after some usage, its clear that [ticket:1974] should not be implemented. b...Mike Bayer2010-11-281-1/+1
* - cascade_backrefs flag on relationship() now set to False by default.Mike Bayer2010-11-281-1/+1
* - merge mapper simpler compile branch, [ticket:1966]Mike Bayer2010-11-261-2/+4
|\
| * merge tipMike Bayer2010-11-181-0/+5
| |\
| * | [ticket:1966] implementationMike Bayer2010-11-151-2/+4
* | | - bindparam() gets a new option "callable", which is a lambda or defMike Bayer2010-11-201-4/+4
* | | merge tipMike Bayer2010-11-181-0/+5
|\ \ \ | | |/ | |/|
| * | - Added active_history flag to relationship()Mike Bayer2010-11-181-0/+5
| |/
* | merge tipMike Bayer2010-11-141-6/+7
|\ \ | |/
| * - move inline "import" statements to use new "util.importlater()" construct. ...Mike Bayer2010-11-131-3/+0
| * - Added a new "lazyload" option "immediateload".Mike Bayer2010-10-151-1/+1
| * - reworked the internals of mapper.cascade_iterator() toMike Bayer2010-10-011-1/+2
| * - in depth docs about some merge() tipsMike Bayer2010-09-221-1/+4
* | merge tipMike Bayer2010-09-141-9/+18
|\ \ | |/
| * - lazy loads for relationship attributes now useMike Bayer2010-09-121-10/+7
| * - Slight improvement to the behavior of "passive_updates=False"Mike Bayer2010-09-121-0/+4
| * - query.with_parent() now accepts transient objectsMike Bayer2010-09-061-5/+13