summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/mapper.py
Commit message (Expand)AuthorAgeFilesLines
...
* - [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
* - New event hook, MapperEvents.after_configured().Mike Bayer2011-09-101-72/+119
* - Repaired edge case where mapper would failMike Bayer2011-08-061-6/+21
* - Load of a deferred() attribute on an objectMike Bayer2011-07-311-3/+1
* - Added public attribute ".validators" toMike Bayer2011-07-301-2/+13
* - recall that groupby() expects a sorted collection, ditch itMike Bayer2011-07-241-7/+5
* - Fixed bug apparent only in Python 3 wherebyMike Bayer2011-07-241-3/+7
* - Feature enhancement: joined and subqueryMike Bayer2011-07-171-18/+30
* - Added the same "columns-only" check toMike Bayer2011-06-081-1/+3
* - "delete-orphan" cascade is now allowed onMike Bayer2011-06-041-2/+2
* take out a little cruft. Spend two hours trying to make things simpler,Mike Bayer2011-06-011-72/+74
* - Fixed bug whereby mapper mapped to an anonymousMike Bayer2011-05-201-14/+15
* - Changed the handling in determination of joinMike Bayer2011-05-071-2/+1
* - mapper() will ignore non-configured foreign keysMike Bayer2011-05-071-1/+2
* - a non_primary mapper will inherit the _identity_classMike Bayer2011-04-271-0/+1
* - Added checks inside the UOW to detect the unusualMike Bayer2011-04-101-1/+19
* - add attrstrings for all the important mapper() attrbutes, [ticket:2094].Mike Bayer2011-03-201-10/+221
* corrected a bunch of spelling typosDiana Clarke2011-02-281-2/+2
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-111-17/+26
* - Fixed bug where a column with a SQL or server side defaultMike Bayer2011-02-091-1/+2
* - Also emits the correct WHERE criterionMike Bayer2011-02-021-2/+1