summaryrefslogtreecommitdiff
path: root/doc/build/orm
Commit message (Expand)AuthorAgeFilesLines
* - fix up 0.9 linksMike Bayer2013-05-291-1/+1
* remove mistakenly-repeated wordsTshepang Lekhonkhobe2013-03-231-1/+1
* - repair "map to selectable" example, place a caveat that this isn'tMike Bayer2013-02-241-2/+18
* - Added new helper function :func:`.was_deleted`, returns TrueMike Bayer2013-02-201-0/+2
* link to flushingMike Bayer2013-02-181-0/+2
* add a link hereMike Bayer2013-02-181-0/+2
* see also for session commit, rollbackMike Bayer2013-02-111-0/+4
* start putting "toplevel" back in as interphinx can't link to :doc:Mike Bayer2013-02-091-0/+2
* Removes garbage from the end of an example SQL query line.Taavi Burns2012-12-311-1/+1
* Adjusts example code so it can be successfully pasted into a REPL.Taavi Burns2012-12-311-3/+3
* Extended the :doc:`/core/inspection` system so that all Python descriptorsMike Bayer2012-12-294-46/+60
* typo in joined table inheritance docs see #2641Diana Clarke2012-12-231-1/+1
* docs - missing 'attr' in AssociationProxy join see #2636Diana Clarke2012-12-161-1/+1
* - documentation and changelog for [ticket:2601]Mike Bayer2012-12-092-1/+5
* fixing InstrumentationManager linksDiana Clarke2012-12-071-3/+8
* The :class:`.MutableComposite` type did not allow for theMike Bayer2012-12-031-1/+1
* more warningsMike Bayer2012-11-281-10/+16
* - hstore adjustmentsMike Bayer2012-11-171-0/+3
* docs/orm: spelling fixIdan Kamara2012-11-141-1/+1
* more of theseMike Bayer2012-10-311-1/+0
* - i think this is a sphinx bugMike Bayer2012-10-311-1/+0
* add in inherited methods to many of theseMike Bayer2012-10-301-1/+9
* tweaksMike Bayer2012-10-281-10/+13
* - updated relationship docs, othersMike Bayer2012-10-282-80/+181
* - more docsMike Bayer2012-10-264-286/+282
* - add class_ to AliasedInspMike Bayer2012-10-264-3/+13
* - converted beaker demo to dogpile.cache, [ticket:2589]Mike Bayer2012-10-212-5/+5
* - add a glossary b.c. hey its a good ideaMike Bayer2012-09-301-4/+3
* modernize session linksMike Bayer2012-09-301-39/+38
* - commit Priit Laes docstring fixesMike Bayer2012-09-301-5/+4
* - improve docs for MySQL/SQLite foreign key/ON UPDATE|DELETE instructions,Mike Bayer2012-09-231-2/+13
* add connection.close()Mike Bayer2012-09-111-0/+3
* editsMike Bayer2012-09-101-23/+18
* updatesMike Bayer2012-09-101-9/+11
* - rework scoped_session and sessionmaker, [ticket:2500]Mike Bayer2012-09-101-183/+387
* hybrids: illustrate correlated subqueryMike Bayer2012-08-271-0/+2
* - fix the labeled column with column_expression() issue, finishes [ticket:1534]Mike Bayer2012-08-182-2/+18
* docs for custom ops...Mike Bayer2012-08-161-51/+12
* - update engine docstrings due to moveMike Bayer2012-08-132-7/+7
* - continue editing the merge docsMike Bayer2012-08-081-35/+53
* - modernize some merge docs a bitMike Bayer2012-08-071-20/+24
* - [bug] An error is emitted when uselist=FalseMike Bayer2012-08-051-0/+6
* trailing whitespace bonanzaMike Bayer2012-07-283-201/+201
* add context to column_property docs illustrating the use of correlate_except()Mike Bayer2012-07-231-1/+22
* a lot of docsMike Bayer2012-07-184-11/+7
* - document the inspection systemMike Bayer2012-07-184-87/+88
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-1/+1
* except the example was wrong.Mike Bayer2012-07-021-3/+1
* - add a nice example about begin_nested as context manager.Mike Bayer2012-07-021-84/+101
* add a section on many-to-many deletesMike Bayer2012-06-251-0/+49