summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/properties.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-201-1/+1
* - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-06-271-0/+2
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-111-2/+2
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-011-1/+7
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-6/+14
* - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-041-0/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-21/+20
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-2/+5
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-1131/+74
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-4/+2
* find some more inline imports and move them outMike Bayer2013-08-041-1/+1
* - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-171-12/+7
* - the raw 2to3 runMike Bayer2013-04-271-2/+2
* A meaningful :attr:`.QueryableAttribute.info` attribute isMike Bayer2013-03-091-0/+8
* fix non2.5 compat @property usageMike Bayer2013-03-031-4/+4
* dont need this conditional hereMike Bayer2013-03-031-4/+1
* - Improved checking for an existing backref name conflict duringMike Bayer2013-03-031-6/+13
* Can set/change the "cascade" attribute on a :func:`.relationship`Mike Bayer2013-03-021-33/+51
* the consideration of a pending object asMike Bayer2013-01-241-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-20/+19
* - add class_ to AliasedInspMike Bayer2012-10-261-13/+1
* - some naming changes on PropComparator, Comparator:Mike Bayer2012-10-251-7/+30
* - [feature] "scalar" selects now have a WHERE methodMike Bayer2012-10-151-2/+21
* - fix annotation transfer when producing m2m backref, [ticket:2578]Mike Bayer2012-09-281-2/+4
* - [feature] Added support for .info dictionary argument toMike Bayer2012-08-241-1/+11
* - fix the labeled column with column_expression() issue, finishes [ticket:1534]Mike Bayer2012-08-181-5/+38
* - all tests passMike Bayer2012-08-131-2/+9
* - [feature] ORM entities can be passedMike Bayer2012-07-231-0/+1
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-1/+1
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-2/+2
* - totally remove _entity_info and _extended_entity_info, replacing all usageMike Bayer2012-07-161-3/+5
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-4/+4
* move mapper-level UOW functionality straight into unitofwork also. there'sMike Bayer2012-07-141-72/+65
* - move all of orm to use absolute importsMike Bayer2012-06-231-14/+19
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-10/+12
* - [bug] Fixed bug in relationship comparisonsMike Bayer2012-04-251-6/+0
* - [bug] The warning emitted when usingMike Bayer2012-04-241-1/+2
* merge patch for [ticket:2208]. This still needs documentation.Mike Bayer2012-04-231-2/+29
|\
| * - the inspect interface is done, needs docs.Mike Bayer2012-04-041-65/+92
* | - merged #1401 branch from bitbucketMike Bayer2012-04-221-545/+158
|\ \ | |/ |/|
| * - figured out again why deannotate must clone()Mike Bayer2012-02-111-3/+13
| * many fixes but still can't get heuristics to work as well as what's existing,Mike Bayer2012-02-111-2/+2
| * - move properties to use the new create_joinsMike Bayer2012-02-101-129/+68
| * - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-091-62/+7
| * - hooks in the new object to RelationshipProperty, restores the "local" annot...Mike Bayer2012-02-081-393/+24
| * new test that illustrates the breakage of partial remote side when FKs are as...Mike Bayer2012-02-081-2/+2