summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/dependency.py
Commit message (Expand)AuthorAgeFilesLines
* - Related to :ticket:`3060`, an adjustment has been made to the unitMike Bayer2014-05-301-3/+7
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-5/+0
* - Fixed a few edge cases which arise in the so-called "row switch"Mike Bayer2014-05-281-4/+9
* - happy new yearMike Bayer2014-01-051-1/+1
* Fixed bug where many-to-many relationship with uselist=FalseMike Bayer2013-04-211-3/+7
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-26/+23
* - [feature] Adding/removing None from a mapped collectionMike Bayer2012-08-131-8/+10
* move mapper-level UOW functionality straight into unitofwork also. there'sMike Bayer2012-07-141-200/+200
* - move all of orm to use absolute importsMike Bayer2012-06-231-5/+6
* happy new yearMike Bayer2012-01-041-1/+1
* - "delete-orphan" cascade is now allowed onMike Bayer2011-06-041-1/+1
* - and fix the message that was the actual subject of [ticket:2063]Mike Bayer2011-03-271-3/+9
* - Reworded the exception raised when a flushMike Bayer2011-03-271-8/+15
* corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
* - A tweak to the unit of work causes it to orderMike Bayer2011-03-061-1/+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-23/+39
* - Additional tuning to "many-to-one" relationshipMike Bayer2011-02-111-1/+6
* - Fixed bug whereby "passive_deletes='all'" wasn't passingMike Bayer2011-01-041-7/+10
* - whitespace removal bonanzaMike Bayer2011-01-021-90/+90
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+1
* - further optimize what get_all_pending() returns to reduce the work of recei...Mike Bayer2010-12-191-4/+1
* - some good inlinings to the whole cascade_iterator() thing.Mike Bayer2010-12-181-9/+9
* - use get_all_pending in per_state_flush_actions(), but we'd like toMike Bayer2010-12-171-6/+5
* - merge rbbd81cb9a341 from 0.6 branchMike Bayer2010-12-151-1/+3
* - inlinings and callcount reductionsMike Bayer2010-12-121-1/+1
* - use class name by itself in flush warnings to prevent overflow of warnings ...Mike Bayer2010-11-291-4/+4
* - establish a consistent pattern of behavior along o2m, m2m, and m2o relation...Mike Bayer2010-11-171-24/+59
* - fix test_single test to use default dialectMike Bayer2010-09-151-2/+4
* - Slight improvement to the behavior of "passive_updates=False"Mike Bayer2010-09-121-5/+8
* - The name ConcurrentModificationError has beenMike Bayer2010-08-011-16/+12
* - Moving an o2m object from one collection toMike Bayer2010-07-221-10/+14
* - Removed errant many-to-many load in unitofworkMike Bayer2010-07-071-30/+38
* 78 charsMike Bayer2010-07-071-37/+57
* - cleanup of new post update, changelogMike Bayer2010-06-181-36/+39
* this one is actually doing it. removed the cruft we don't need from the old ...Mike Bayer2010-06-181-39/+34
* adds some tests, refines out the m2o approach.Mike Bayer2010-06-181-17/+12
* this approach seems to allow many-to-one post updates to occur as a single ac...Mike Bayer2010-06-181-25/+56
* - Can now call make_transient() on an instance thatMike Bayer2010-06-151-1/+1
* - Fixed bug regarding flushes on self-referentialMike Bayer2010-06-131-7/+11
* - Fixed regression introduced in 0.6.0 unit of work refactorMike Bayer2010-05-211-37/+38
* - beef up the --reversetop test option to embed RandomSet throughout the ORMMike Bayer2010-04-151-18/+37
* 0.6.0 prepMike Bayer2010-04-141-3/+0
* move factory function to classmethodMike Bayer2010-04-111-10/+11
* check_reverse was failing a not well covered m2m case.Mike Bayer2010-04-101-2/+3
* - starting to groom the branch for its inclusionMike Bayer2010-04-101-24/+29
* attempt to reduce redundant calc of pk_switchedMike Bayer2010-04-091-5/+19
* fix bug + add coverage to ensure unneeded SaveUpdateAll/DeleteAll plus extraMike Bayer2010-04-091-1/+0
* got DetectKeySwitch into the fold, can now greatly collapse a lot of the prep...Mike Bayer2010-04-091-31/+32