From: Stephen Burrows Date: Wed, 1 Jun 2011 21:47:28 +0000 (-0400) Subject: Implemented the solution proposed to #130 - removed TreeModel and made a SlugTreeEnti... X-Git-Tag: philo-0.9~8^2 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/21abe382ad825e1383dfb1299efc1201ddd1e1c0?hp=21abe382ad825e1383dfb1299efc1201ddd1e1c0 Implemented the solution proposed to #130 - removed TreeModel and made a SlugTreeEntity subclass of TreeEntity to handle Node and Template. Correctly subclassed SlugTreeEntity.Meta so that Node and Template actually have the unique constraints they are meant to. Minor correction to TreeEntity.get_path. ---