summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-44/+45
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Added new utility function :func:`.make_transient_to_detached` which canMike Bayer2014-04-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-383/+29
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-031-1/+1
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-1218/+53
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-2/+1
* ok forget it, that approach didn't really cover every base, soMike Bayer2013-08-041-0/+3
* - don't need resolve, don't need import for this. just look in sys.modules,Mike Bayer2013-08-041-2/+0
* merge defaultMike Bayer2013-05-101-20/+53
|\
| * - moderinzed the docs for the foreign_keys parameter a bit,Mike Bayer2013-05-101-20/+53
* | - the raw 2to3 runMike Bayer2013-04-271-1/+1
|/
* - Added new helper function :func:`.was_deleted`, returns TrueMike Bayer2013-02-201-0/+2
* the consideration of a pending object asMike Bayer2013-01-241-0/+26
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* I think this is a bit clearer: "within the same query", makes it sound like o...Diana Clarke2012-11-211-4/+3
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-48/+78
* - remove remote_foreign annotationMike Bayer2012-10-281-5/+3
* - more docsMike Bayer2012-10-261-4/+4
* - rework scoped_session and sessionmaker, [ticket:2500]Mike Bayer2012-09-101-35/+1
* - [feature] Added support for .info dictionary argument toMike Bayer2012-08-241-0/+15
* - fix the labeled column with column_expression() issue, finishes [ticket:1534]Mike Bayer2012-08-181-0/+3
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-231/+231
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-241-2/+10
* - move all of orm to use absolute importsMike Bayer2012-06-231-18/+24
* - [removed] Deprecated identifiers removed:Mike Bayer2012-06-211-4/+0
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-1/+2
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-52/+61
* - [feature] Added utility featureMike Bayer2012-05-171-9/+6
* doc update regarding with_lockmode, [ticket:2440]Mike Bayer2012-05-041-7/+9
* document the remote/foreign/remote_foreign functionsMike Bayer2012-04-241-0/+10
* - [feature] New standalone function with_polymorphic()Mike Bayer2012-04-231-0/+1
* - merged #1401 branch from bitbucketMike Bayer2012-04-221-0/+8
|\
| * - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-091-0/+8
* | typos in lib/sqlalchemy/ormDiana Clarke2012-03-171-5/+5
|/
* - [feature] Added new capability to relationshipMike Bayer2012-01-221-0/+7
* happy new yearMike Bayer2012-01-041-1/+1
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-12/+24
* make the comparable_property() example somewhat meaningfulrel_0_7_4Mike Bayer2011-12-091-32/+34
* - [feature] polymorphic_on now accepts manyMike Bayer2011-12-091-103/+246
* update delete-orphan cascade docs per [ticket:2332]Mike Bayer2011-12-061-5/+12
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-041-15/+5
* -re-document the is_modified method, and place significant caveatsMike Bayer2011-12-041-1/+2
* continue removing misleading/old sections, fix things that are just wrongMike Bayer2011-11-261-2/+2
* - doc updates in loadingMike Bayer2011-11-241-5/+40
* - Added new flag expire_on_flush=False to column_property(),Mike Bayer2011-10-111-0/+16
* - Adjusted the "importlater" mechanism, which isMike Bayer2011-09-211-0/+3
* - add docstrings for defer(), undefer(), improve name "keys" to be "key"Mike Bayer2011-08-141-13/+102
* - rewrite the docs for association proxy using declarative, add new examples,...Mike Bayer2011-08-051-14/+78