summaryrefslogtreecommitdiff
path: root/doc/build/orm/extensions
Commit message (Expand)AuthorAgeFilesLines
* fix "constrast" typosNils Philippsen2017-08-051-1/+1
* Repair formatting throughout documentationKataev Denis2017-05-228-18/+18
* Add new configuration, inspection for baked queriesMike Bayer2017-05-171-1/+29
* Use baked lazyloading by defaultMike Bayer2017-04-131-31/+9
* Adds missing word "of" in docspr/318jfinkels2016-10-301-1/+1
* - add a note to baked documentation indicating it is notMike Bayer2016-10-041-3/+6
* - some documentation hitsMike Bayer2016-10-011-0/+1
* Remove extra "return" statement in orm.ext.declared_attr.cascading examplesDmitry Bogun2016-10-011-6/+4
* Merge remote-tracking branch 'origin/pr/299'Mike Bayer2016-08-161-1/+1
|\
| * Spelling fixespr/299Ville Skyttä2016-08-081-1/+1
* | Fix documentation basic example (missing imports)pr/300Romuald Brunet2016-08-111-0/+1
|/
* - missing indexable.rstMike Bayer2016-06-181-0/+13
* Add `sqlalchemy.ext.index` for indexed attributes for ORMJeong YunWon2016-06-151-0/+1
* Adds parentheses around print statements in docs.pr/268Jeffrey Finkelstein2016-05-031-1/+1
* - add changelog, migration, version flags and some extra notesMike Bayer2016-02-161-0/+7
* - cross link for concrete helper classesMike Bayer2016-01-201-70/+12
* - redo the docs for concrete inheritance to more stronglyMike Bayer2016-01-201-2/+2
* - fix People -> Person , fixes #3628Mike Bayer2016-01-161-1/+1
* - rewrite the docs and add a test for the bake_queries=TrueMike Bayer2015-11-191-0/+8
* - Added the :paramref:`.AssociationProxy.info` parameter to theMike Bayer2015-10-091-0/+1
* Fix typo in directivepr/177Éric Araujo2015-05-291-2/+1
* Fix typospr/165Ernest Walzel2015-03-261-1/+1
* - add the fact that we can cache the sql naively as wellMike Bayer2015-03-121-5/+33
* - add a rationale sectionMike Bayer2015-03-121-0/+141
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-112-0/+208
* - correctionsMike Bayer2014-12-272-2/+2
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-179-34/+1420
* - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-251-0/+1
* doc fixesMike Bayer2014-05-011-0/+1
* - docs + testsMike Bayer2014-01-051-0/+22
* Fix cross referencesVraj Mohan2013-11-172-2/+3
* Add API generation to resolve cross referencesVraj Mohan2013-11-171-1/+2
* Fix cross referencespr/44Vraj Mohan2013-11-141-1/+0
* - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i...Mike Bayer2013-10-251-0/+1
* - reorganize docs so expression, schema are broken out into subfiles, they're...Mike Bayer2013-08-183-5/+5
* - Improved the examples in ``examples/generic_associations``, includingMike Bayer2013-07-191-0/+2
* Extended the :doc:`/core/inspection` system so that all Python descriptorsMike Bayer2012-12-292-43/+51
* docs - missing 'attr' in AssociationProxy join see #2636Diana Clarke2012-12-161-1/+1
* The :class:`.MutableComposite` type did not allow for theMike Bayer2012-12-031-1/+1
* - hstore adjustmentsMike Bayer2012-11-171-0/+3
* - add class_ to AliasedInspMike Bayer2012-10-261-2/+2
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-242-0/+25
* Add some `Sphinx` related version informations paragraph-level markups,Mike Bayer2012-06-081-3/+10
* - [feature] The "deferred declarativeMike Bayer2012-05-171-0/+1
* - remove sqlsoup [ticket:2262]Mike Bayer2012-04-242-12/+0
* - add OrderingList class and other functions to sphinx documentationMike Bayer2012-02-121-0/+9
* - New event hook, MapperEvents.after_configured().Mike Bayer2011-09-101-0/+5
* - rework collections docs, talk about the simple stuff some more.Mike Bayer2011-08-071-1/+3
* - second pass through association proxy docs, some more links on any()/has(),...Mike Bayer2011-08-061-161/+202
* - rewrite the docs for association proxy using declarative, add new examples,...Mike Bayer2011-08-051-194/+349