summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/dependency.py
Commit message (Expand)AuthorAgeFilesLines
* Establish future behavior for Session cascade backrefs, bindMike Bayer2020-08-011-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Fixes for uselist=True with m2o relationshipsMike Bayer2019-07-181-1/+7
* Run PK/FK sync for multi-level inheritance w/ no intermediary updateMike Bayer2019-06-121-1/+2
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-9/+17
* Run black -l 79 against all source filesMike Bayer2019-01-061-496/+590
* Implement __delete__Mike Bayer2018-11-021-0/+3
* Don't null FK for collection-removed item with passive_deletes='all'Mike Bayer2018-07-111-4/+11
* Add dependency for parent_pre post updates to parent deletesMike Bayer2018-02-121-0/+1
* happy new yearMike Bayer2018-01-121-1/+1
* Refinements for unitofwork internalsMike Bayer2017-06-141-24/+13
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - Fixed issue where post_update on a many-to-one relationship wouldMike Bayer2015-12-021-3/+5
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - restore non_updating_cascade to test_manytomany_nonpassive, but alsoMike Bayer2014-07-251-0/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-284/+286
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - 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