summaryrefslogtreecommitdiff
path: root/examples/dogpile_caching/caching_query.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+9
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* accommodate for untracked boundparam lambda in offline_stringMike Bayer2021-08-051-1/+0
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+1
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-1/+4
* Convert execution to move through SessionMike Bayer2020-05-251-168/+101
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-4/+16
* Integrate new Result into ORM queryMike Bayer2020-05-021-32/+13
* Post black reformattingMike Bayer2019-01-061-11/+12
* Run black -l 79 against all source filesMike Bayer2019-01-061-21/+29
* - fix formatting on examples to list the description first, some flake8Mike Bayer2018-12-071-12/+10
* Update dogpile.cache example to be compatible with baked query.Mike Bayer2018-05-171-2/+41
* - add a new sphinx extension "viewsource". takes advantage of part of the vi...Mike Bayer2013-11-091-2/+3
* Merge branch 'master' into rel_0_9Mike Bayer2013-05-281-1/+1
|\
| * Fixed a small bug in the dogpile example where the generationMike Bayer2013-05-281-1/+1
* | - the raw 2to3 runMike Bayer2013-04-271-2/+2
|/
* Fixed a long-standing bug in the caching example, whereMike Bayer2013-04-181-14/+5
* - remove erroneous second RelationshipCache classMike Bayer2013-04-181-18/+0
* Fixed a regression in the examples/dogpile_caching exampleMike Bayer2013-01-081-1/+2
* - converted beaker demo to dogpile.cache, [ticket:2589]Mike Bayer2012-10-211-0/+255