summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/mutable.py
Commit message (Expand)AuthorAgeFilesLines
* - copyright 2015Mike Bayer2015-03-101-1/+1
* Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc...Mike Bayer2014-08-251-0/+4
|\
| * add update() support to MutableDictMatt Chisholm2014-08-091-0/+4
* | fix MutableDict.coerceMatt Chisholm2014-08-091-3/+3
|/
* PEP8 style fixesBrian Jarrett2014-07-131-11/+10
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Return the assigned value in MultableDict.setdefaultThomas Herve2014-06-241-1/+2
* - Fixed bug in mutable extension where :class:`.MutableDict` did notMike Bayer2014-05-141-0/+5
* - Fixed bug in mutable extension as well asMike Bayer2014-03-191-0/+3
* Remove uneeded import from code examplepr/60Wichert Akkerman2014-01-201-1/+0
* - happy new yearMike Bayer2014-01-051-1/+1
* - reduce verbiage in mutation.py regarding legacy style, place under versiona...Mike Bayer2013-11-291-7/+3
* Fix cross referencesVraj Mohan2013-11-171-4/+4
* Remove reference to defunct classVraj Mohan2013-11-171-1/+1
* - add event.contains() function to the event package, returns TrueMike Bayer2013-07-261-1/+1
* - add a test for pullreq 8Mike Bayer2013-06-231-3/+3
* make tests passpr/8Devi2013-06-201-1/+1
* check if compostite_class is of class typeDevi2013-06-191-1/+2
* Fixed bug where :class:`.MutableDict` didn't report a change eventMike Bayer2013-06-031-0/+4
* MutableDict.__delitem__ should require only 'key' argumentAudrius Kažukauskas2013-01-171-2/+2
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* The :class:`.MutableComposite` type did not allow for theMike Bayer2012-12-031-35/+56
* just a pep8 pass of lib/sqlalchemy/extDiana Clarke2012-11-191-43/+58
* iterate through column_attrs hereMike Bayer2012-11-181-8/+6
* - add HSTOREMike Bayer2012-11-171-3/+0
* - hstore adjustmentsMike Bayer2012-11-171-20/+58
* - move ext to relative importsMike Bayer2012-07-171-37/+37
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-6/+7
* typos in lib/sqlalchemy/extDiana Clarke2012-03-171-1/+1
* happy new yearMike Bayer2012-01-041-1/+1
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-3/+9
* - Fixed bug in the mutable extension wherebyMike Bayer2011-07-011-10/+10
* - Fixed bug in the mutable extension wherebyMike Bayer2011-06-301-2/+0
* - Repaired new "mutable" extension to propagateMike Bayer2011-06-041-8/+13
* - Fixed bugs in sqlalchemy.ext.mutable extension whereMike Bayer2011-05-141-5/+5
* - Removed the usage of the "collections.MutableMapping"Mike Bayer2011-04-281-5/+5
* - Fixed mutable extension docs to show theMike Bayer2011-04-021-11/+25
* corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
* - add support for pickling with mutable scalars, mutable compositesMike Bayer2011-01-021-113/+366
* - whitespace removal bonanzaMike Bayer2011-01-021-55/+55
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - add QueryContext to load(), refresh()Mike Bayer2010-12-311-2/+2
* - removes the "on_" prefix.Mike Bayer2010-12-301-17/+17
* - mutable examples now move into sqlalchemy.ext.mutableMike Bayer2010-12-291-0/+281