summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/base.py
Commit message (Expand)AuthorAgeFilesLines
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Repair _orm_columns() to accommodate text()Mike Bayer2016-05-051-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - Fixed a critical regression caused by :ticket:`3061` where theMike Bayer2015-04-171-0/+2
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-111-2/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-081-1/+1
* - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-011-0/+4
* - doc fixesMike Bayer2015-01-061-4/+9
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-1/+6
* - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-041-0/+3
* - The :meth:`.InspectionAttr.info` collection is now moved down toMike Bayer2014-08-131-0/+26
* - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-131-4/+4
* flake8 cleanupMike Bayer2014-08-131-21/+25
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-80/+113
* - 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-1/+0
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-1/+2
* - Fixed ORM bug where the :func:`.class_mapper` function would maskMike Bayer2014-05-101-2/+3
* - Added a new directive used within the scope of an attribute "set" operationMike Bayer2014-01-311-0/+4
* Fix TypeError for class_mapper called w/ iterablepr/58Kyle Stark2014-01-131-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - fix some docstring stuffMike Bayer2014-01-051-5/+25
* Fix references to exceptionsVraj Mohan2013-11-141-2/+2
* - add copyright to source files missing itMike Bayer2013-10-261-0/+1
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-0/+13
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-0/+419