Merge branch 'master' of git://github.com/melinath/philo
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 27 Oct 2010 17:36:10 +0000 (10:36 -0700)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 27 Oct 2010 17:36:10 +0000 (10:36 -0700)
commit3c9e34c075474c6bff157de0d3a38796ba44b02f
treef181e6b4c6980bf2fa0b8e88ec1a1320ca2ebaf2
parentace621afe8c9c2e835001bac819302cbdeb5e2df
parent2b5ce98a189f8e69495ade8fc4bef89311e4922b
Merge branch 'master' of git://github.com/melinath/philo

* 'master' of git://github.com/melinath/philo:
  Added grappelli inlines for contentlets and attributes which become active if grappelli is installed.
  Corrected NewsletterView add_item method to join a list of author full_names instead of a QuerySet of models.
  Bugfix: corrects erratic TreeModel get_path behavior. Was returning an extra slash at the end of paths with a given root.
  Moved get_subpath and get_reverse_params prototypes into View model.