summaryrefslogtreecommitdiff
path: root/examples/beaker_caching
Commit message (Expand)AuthorAgeFilesLines
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-301-6/+6
* - The horizontal_shard ShardedSession class accepts the commonMike Bayer2011-03-161-2/+2
* -whitespace removal bonanzaMike Bayer2011-01-027-75/+75
* add a noteMike Bayer2010-08-251-0/+8
* etcMike Bayer2010-07-211-3/+6
* this would help, rightMike Bayer2010-07-211-0/+256
* - The beaker_caching example has been reorgnizedMike Bayer2010-07-219-280/+52
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-242-7/+7
* - The official name for the relation() function is nowMike Bayer2010-03-174-30/+30
* try to clarify intent some moreMike Bayer2010-02-142-73/+66
* - Changed the beaker cache example a bit to have a separateMike Bayer2010-02-124-50/+91
* use issubclass here, allows lazy loads from a subclass to hit a loader that w...Mike Bayer2010-01-211-1/+1
* - mega example cleanupMike Bayer2010-01-197-108/+123
* local session caching exampleMike Bayer2010-01-132-0/+102
* add more examples, start basicMike Bayer2010-01-135-14/+80
* OK, you can't merge NamedTuples and such. Fine. New query method.Mike Bayer2010-01-121-1/+1
* yes you can even set_value(). I'm using it to prepopulate individual "by_id"...Mike Bayer2010-01-121-1/+6
* have paths represented as their actual mapper, not the base mapper, allowingMike Bayer2010-01-111-1/+1
* add option to hardcode a cache keyMike Bayer2010-01-111-4/+17
* compare class in the given path with our own class using issubclass, since pathsMike Bayer2010-01-111-1/+1
* memcached wants thisMike Bayer2010-01-111-0/+3
* ensure criterion is not NoneMike Bayer2010-01-111-1/+2
* - cut down on a few hundred method callsMike Bayer2010-01-114-5/+4
* - merge() will not issue a needless merge of attributes if theMike Bayer2010-01-107-0/+551