summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/mapper.py
Commit message (Expand)AuthorAgeFilesLines
* dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-061-1/+1
* repair py3kisms in key ORM modulesMike Bayer2013-05-261-6/+6
* import of "sqlalchemy" and "sqlalchemy.orm" works.Mike Bayer2013-04-271-2/+3
* - the raw 2to3 runMike Bayer2013-04-271-14/+14
* Improved the behavior of instance management regardingMike Bayer2013-04-201-1/+2
* Fixed bug whereby ORM would run the wrong kind ofMike Bayer2013-04-111-0/+2
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-2/+14
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-1/+1
* - Improved checking for an existing backref name conflict duringMike Bayer2013-03-031-1/+11
* the consideration of a pending object asMike Bayer2013-01-241-7/+18
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* Extended the :doc:`/core/inspection` system so that all Python descriptorsMike Bayer2012-12-291-0/+37
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-3/+3
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-6/+8
* - [feature] Improvements to event listening forMike Bayer2012-10-121-4/+1
* - rename .attr to .attrs on mapper, instance state, [ticket:2569]Mike Bayer2012-09-221-6/+6
* - [feature] Conflicts between columns onMike Bayer2012-08-271-3/+2
* - update engine docstrings due to moveMike Bayer2012-08-131-1/+1
* - more fixes to py 3.3 tests, [ticket:2542]Mike Bayer2012-08-111-1/+1
* - [feature] Can now provide class-bound attributesMike Bayer2012-08-041-12/+6
* - [bug] with_polymorphic() produces JOINsMike Bayer2012-08-011-2/+9
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-2/+80
* this can be any expressionMike Bayer2012-07-181-3/+5
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-4/+4
* - totally remove _entity_info and _extended_entity_info, replacing all usageMike Bayer2012-07-161-7/+18
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-14/+46
* - [bug] Fixed bug mostly local to newMike Bayer2012-07-141-1/+6
* - [feature] *Very limited* support forMike Bayer2012-07-141-6/+7
* - break up configure_propertyMike Bayer2012-07-141-109/+131
* move mapper-level UOW functionality straight into unitofwork also. there'sMike Bayer2012-07-141-31/+4
* - move load_scalar_attributes out to loading.pyMike Bayer2012-07-141-83/+24
* - [bug] ORM will perform extra effort to determineMike Bayer2012-07-051-106/+128
* - move all of orm to use absolute importsMike Bayer2012-06-231-341/+28
* - [removed] Deprecated identifiers removed:Mike Bayer2012-06-211-18/+6
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-30/+43
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-1/+3
* - [feature] New standalone function with_polymorphic()Mike Bayer2012-04-231-1/+2
* merge patch for [ticket:2208]. This still needs documentation.Mike Bayer2012-04-231-6/+30
|\
| * - the inspect interface is done, needs docs.Mike Bayer2012-04-041-3/+3
| * begin implementing inspection system for #2208Mike Bayer2012-04-031-5/+29
* | - [feature] Added new flag to @validatesMike Bayer2012-04-111-2/+10
|/
* - [bug] Fixed bug whereby if a method nameMike Bayer2012-02-121-6/+13
* break out _save_obj(), _delete_obj(), _post_update() into a new moduleMike Bayer2012-01-301-623/+6
* - [bug] Scaled back the test applied withinMike Bayer2012-01-301-10/+9
* - [bug] Fixed regression from 0.7.4 wherebyMike Bayer2012-01-281-1/+1
* happy new yearMike Bayer2012-01-041-1/+1
* - Standalone expressions in polymorphic_onMike Bayer2011-12-091-16/+55
* - [feature] polymorphic_on now accepts manyMike Bayer2011-12-091-18/+49
* - [bug] Fixed bug whereby a subclass of a subclassMike Bayer2011-10-281-1/+2
* - Added new flag expire_on_flush=False to column_property(),Mike Bayer2011-10-111-1/+2