summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/collections.py
Commit message (Expand)AuthorAgeFilesLines
* - cyclomatic complexity: instrument_class goes from E to an AMike Bayer2014-09-271-11/+37
* - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-101-0/+10
* - Added new event handlers :meth:`.AttributeEvents.init_collection`Mike Bayer2014-09-071-17/+6
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-35/+38
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - changelogMike Bayer2013-11-301-7/+8
* orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40schettino722013-11-251-1/+0
* Add support for python3.3 list.clear() on orm.collectionsschettino722013-11-061-0/+9
* Fixed bug where list instrumentation would fail to represent aMike Bayer2013-08-201-1/+4
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-6/+5
* - after discussions with the original project folks working with zope securityMike Bayer2013-08-021-68/+55
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-6/+6
* most of ORM passing...Mike Bayer2013-05-041-32/+25
* import of "sqlalchemy" and "sqlalchemy.orm" works.Mike Bayer2013-04-271-5/+1
* - the raw 2to3 runMike Bayer2013-04-271-38/+41
* Fixed the (most likely never used) "@collection.link" collectionMike Bayer2013-01-211-10/+13
|\
| * Fix the collection.link decoratorLuca Wehrstedt2013-01-161-9/+9
* | - Made some fixes to the system of producing custom instrumentedMike Bayer2013-01-211-131/+88
|/
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* - significantly rework the approach to collection events and history within D...Mike Bayer2012-12-211-2/+3
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-1/+20
* - [feature] Adding/removing None from a mapped collectionMike Bayer2012-08-131-4/+4
* - [feature] A warning is emitted when a referenceMike Bayer2012-08-041-0/+11
* 2.3 is a distant memoryMike Bayer2012-07-031-71/+63
* - move all of orm to use absolute importsMike Bayer2012-06-231-10/+9
* - [bug] Fixed bug in 0.7.6 introduced byMike Bayer2012-04-191-8/+85
* - [bug] Fixed bug whereby objects usingMike Bayer2012-03-051-15/+38
* - [bug] Fixed bug whereby MappedCollectionMike Bayer2012-02-131-0/+11
* happy new yearMike Bayer2012-01-041-1/+1
* - [bug] Fixed inappropriate usage of util.py3kMike Bayer2011-12-151-1/+1
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-041-14/+7
* clarify that attr_name is a string for [ticket:2176]Mike Bayer2011-05-251-1/+2
* - remove some remaining sys.modules shenanigansrel_0_7b1Mike Bayer2011-02-121-2/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-12/+12
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - removes the "on_" prefix.Mike Bayer2010-12-301-4/+4
* - inliningsMike Bayer2010-12-161-2/+15
* - Fixed recursion bug which could occur when movingMike Bayer2010-09-131-1/+1
* - lazy loads for relationship attributes now useMike Bayer2010-09-121-0/+1
* - collection docsMike Bayer2010-09-091-4/+5
* fixesMike Bayer2010-09-051-1/+1
* - Similarly, for relationship(), foreign_keys,Mike Bayer2010-08-211-1/+2
* - Specifying a non-column based argumentMike Bayer2010-08-021-1/+1
* - fixed __setstate__ method of CollectionAdapter to notMike Bayer2010-05-131-8/+13
* some pep-8ingMike Bayer2010-05-131-3/+12
* - dict_ becomes explicit on _get_state_attr_by_column, _set_state_attr_by_col...Mike Bayer2010-04-071-2/+2
* - The official name for the relation() function is nowMike Bayer2010-03-171-1/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-16/+35