summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/collections.py
Commit message (Expand)AuthorAgeFilesLines
* Document caveat about backrefs and attribute_mapped_collectionMike Bayer2020-08-261-4/+7
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-32/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Skip on slice assignment to selfMike Bayer2019-11-201-0/+2
* Remove unnecessary util.callable usageSteven Loria2019-09-091-1/+1
* Fix typosMin ho Kim2019-07-211-1/+1
* Hold implicitly created collections in a pending areaMike Bayer2019-05-271-0/+45
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-2/+3
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-1/+1
* move to inspect_getfullargspecMike Bayer2019-01-151-4/+6
* Merge "use ..deprecated directive w/ version in all cases"mike bayer2019-01-121-5/+20
|\
| * use ..deprecated directive w/ version in all casesMike Bayer2019-01-111-5/+20
* | happy new yearMike Bayer2019-01-111-1/+1
|/
* Post black reformattingMike Bayer2019-01-061-4/+4
* Run black -l 79 against all source filesMike Bayer2019-01-061-109/+185
* Call __del() before remove()Mike Bayer2018-12-281-13/+28
* Remove MappedCollection converter; deprecate @converterMike Bayer2018-09-271-24/+1
* happy new yearMike Bayer2018-01-121-1/+1
* Add bulk_replace event, integrate with @validatesMike Bayer2017-03-161-3/+3
* Don't mutate old collection on bulk replaceMike Bayer2017-03-151-2/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add missing items to collection.__getstate__Mike Bayer2016-11-141-1/+7
* - happy new yearMike Bayer2016-01-291-1/+1
* - refactor of adapt_like_to_iterable(), fixes #3457.Mike Bayer2015-12-091-53/+19
* Update usages of getargspec to compat version.pr/210Jacob MacDonald2015-10-291-1/+2
* - copyright 2015Mike Bayer2015-03-101-1/+1
* minor docstring fix in MappedCollection classJochem Oosterveen2015-03-061-2/+2
* - 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