summaryrefslogtreecommitdiff
path: root/examples/dogpile_caching
Commit message (Expand)AuthorAgeFilesLines
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-1/+4
* Convert execution to move through SessionMike Bayer2020-05-255-183/+126
* 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
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-261-1/+1
* Post black reformattingMike Bayer2019-01-069-42/+61
* Run black -l 79 against all source filesMike Bayer2019-01-068-99/+130
* - fix formatting on examples to list the description first, some flake8Mike Bayer2018-12-078-103/+99
* Update dogpile.cache example to be compatible with baked query.Mike Bayer2018-05-171-2/+41
* Convert readthedocs link for their .org -> .io migration for hosted projectspr/278Adam Chainz2016-05-291-1/+1
* specify run as module hereMike Bayer2013-12-071-5/+6
* - remove verbiage about "namespaces" from the dogpile example, [ticket:2862]Mike Bayer2013-12-073-12/+15
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-301-1/+1
* - add a new sphinx extension "viewsource". takes advantage of part of the vi...Mike Bayer2013-11-095-35/+19
* 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-278-44/+44
|/
* 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-219-0/+845