summaryrefslogtreecommitdiff
path: root/examples/dogpile_caching
Commit message (Expand)AuthorAgeFilesLines
* ensure single import per lineMike Bayer2023-02-281-4/+6
* Update __init__.py (#7778)Jostein Leira2022-03-031-1/+1
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+9
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* First round of removal of python 2Federico Caselli2021-11-011-6/+0
* accommodate for untracked boundparam lambda in offline_stringMike Bayer2021-08-051-1/+0
* update local_session_caching.py example for 1.4Mike Bayer2021-08-051-3/+7
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+1
* Documentation updates for 1.4Mike Bayer2020-08-051-11/+17
* 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