Added AttributeMapper caching to entity.attributes, since anyone who really needs...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 6 Jun 2011 14:37:10 +0000 (10:37 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 6 Jun 2011 21:26:04 +0000 (17:26 -0400)
commitb57fc50443cd2f26c47267d2556b79805b41f8b8
tree5ef197ec14153520d7dfb7abd88db0d92fe275c6
parentd1dfe30baf0d5ad52107d26de23e11c7c10d0847
Added AttributeMapper caching to entity.attributes, since anyone who really needs no caching can clear the cache manually. Switched _populate to _fill on all AttributeMappers. Resolves feature #73.
philo/models/base.py
philo/utils/entities.py