summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/orderinglist.py
Commit message (Expand)AuthorAgeFilesLines
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-101-2/+5
* PEP8 style fixesBrian Jarrett2014-07-131-11/+11
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - the rewording of orderinglist docs got committed by accident, finish it upMike Bayer2014-03-281-20/+12
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-2/+21
* - happy new yearMike Bayer2014-01-051-1/+1
* extension testsMike Bayer2013-05-261-9/+7
* - the raw 2to3 runMike Bayer2013-04-271-12/+12
* clean up ordering list docs, [ticket:2557]Mike Bayer2013-02-021-73/+92
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/extDiana Clarke2012-11-191-24/+36
* - move ext to relative importsMike Bayer2012-07-171-8/+8
* - [bug] Fixed bug which would preventMike Bayer2012-04-011-0/+14
* typos in lib/sqlalchemy/extDiana Clarke2012-03-171-1/+1
* - add OrderingList class and other functions to sphinx documentationMike Bayer2012-02-121-4/+3
* happy new yearMike Bayer2012-01-041-1/+1
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-1/+3
* - whitespace removal bonanzaMike Bayer2011-01-021-5/+5
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - 0.6beta3 versionMike Bayer2010-03-271-66/+87
* - The official name for the relation() function is nowMike Bayer2010-03-171-8/+8
* merge 0.6 series to trunk.Mike Bayer2009-08-061-3/+14
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-2/+2
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-1/+1
* - Oops, convert @decorator to 2.3 syntax and strengthen raw_append test.Jason Kirtland2008-06-191-1/+1
* - Fixed ORM orphaning bug with _raw_append methodJason Kirtland2008-05-211-49/+81
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-11/+11
* Doc updates.Jason Kirtland2007-09-071-31/+97
* - Iteration over dict association proxies is now dict-like, notJason Kirtland2007-06-141-2/+6
* - added sqlalchemy.ext.orderinglist, a custom list class that synchronizes an...Jason Kirtland2007-05-021-0/+181