summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/util.py
Commit message (Expand)AuthorAgeFilesLines
...
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-56/+133
* Added a new exception to detect the case where twoMike Bayer2012-11-241-0/+6
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-1/+35
* - do a straight __subclasses__ traversal here, so that we aren'tMike Bayer2012-10-281-1/+2
* - more docsMike Bayer2012-10-261-1/+1
* - add class_ to AliasedInspMike Bayer2012-10-261-0/+9
* - some naming changes on PropComparator, Comparator:Mike Bayer2012-10-251-1/+1
* - [feature] "scalar" selects now have a WHERE methodMike Bayer2012-10-151-1/+1
* - add support for integer indexes and slices to PathRegistryMike Bayer2012-10-111-3/+15
* - remove an unused function, hoorayMike Bayer2012-08-081-14/+0
* - [bug] Improvements to joined/subquery eagerMike Bayer2012-08-061-1/+1
* - [feature] ORM entities can be passedMike Bayer2012-07-231-7/+0
* a lot of docsMike Bayer2012-07-181-45/+90
* - document the inspection systemMike Bayer2012-07-181-9/+50
* - totally remove _entity_info and _extended_entity_info, replacing all usageMike Bayer2012-07-161-39/+18
* some test fixes and cleanupMike Bayer2012-07-161-8/+10
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-241/+259
* - move all of orm to use absolute importsMike Bayer2012-06-231-11/+11
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-22/+182
* - [bug] Fixed identity_key() function whichMike Bayer2012-06-111-1/+1
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-12/+11
* py3k fixesMike Bayer2012-04-241-1/+5
* - [feature] New standalone function with_polymorphic()Mike Bayer2012-04-231-23/+119
* the callcounts are greater here since object_mapper() has a little more overh...Mike Bayer2012-04-231-3/+1
* merge patch for [ticket:2208]. This still needs documentation.Mike Bayer2012-04-231-3/+26
|\
| * begin implementing inspection system for #2208Mike Bayer2012-04-031-3/+26
* | - merged #1401 branch from bitbucketMike Bayer2012-04-221-1/+15
|\ \
| * | many fixes but still can't get heuristics to work as well as what's existing,Mike Bayer2012-02-111-0/+3
| * | - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-091-1/+12
* | | - [feature] Added new flag to @validatesMike Bayer2012-04-111-20/+32
| |/ |/|
* | - [bug] Fixed the repr() for CascadeOptions toMike Bayer2012-02-291-25/+40
* | - [feature] Added the ability to query forMike Bayer2012-02-121-3/+8
|/
* happy new yearMike Bayer2012-01-041-1/+1
* - [bug] Updated warning message when settingMike Bayer2011-12-041-1/+1
* plus synonyms accessed as stringMike Bayer2011-09-191-1/+1
* - added "adapt_on_names" boolean flag to orm.aliased()Mike Bayer2011-09-191-7/+58
* - Fixed a variety of synonym()-related regressionsMike Bayer2011-09-151-1/+1
* - Another previously unknown feature from 0.6, synonymsMike Bayer2011-09-151-1/+1
* - New event hook, MapperEvents.after_configured().Mike Bayer2011-09-101-0/+13
* - Calling class_mapper() and passing in an objectMike Bayer2011-09-091-2/+7
* - epic rewrite of Query.join documentationMike Bayer2011-08-031-13/+36
* - polymorphic_union() gets a "cast_nulls" option,Mike Bayer2011-05-121-3/+18
* - remove some remaining sys.modules shenanigansrel_0_7b1Mike Bayer2011-02-121-2/+2
* - A single contains_eager() call acrossMike Bayer2011-02-051-1/+1
* - allow aliased() to call .alias() on a selectable, [ticket:2018]Mike Bayer2011-01-151-0/+6
* - whitespace removal bonanzaMike Bayer2011-01-021-19/+19
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-3/+2
* - removes the "on_" prefix.Mike Bayer2010-12-301-2/+2
* - simplified the descriptor system to no longer use the hybrid extension, ins...Mike Bayer2010-12-281-5/+4