Merge branch 'master' of git://github.com/melinath/philo
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 11 Aug 2010 20:10:54 +0000 (16:10 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 11 Aug 2010 20:10:54 +0000 (16:10 -0400)
commita10d536d08f92d270e9ddcb240b7eded89d0e707
tree9e4223baf45dfc0f1c2b0057e905bbf13f277218
parente3037e2cf8a7ad3d0c3dba94083d1753301f581b
parentfdc181dfc7a0d4021bf0509bcba680acf9c98c36
Merge branch 'master' of git://github.com/melinath/philo

* 'master' of git://github.com/melinath/philo:
  Paginator returns page.object_list as objects if a page exists.
  Implements render_to_string on Page model for cases where this is used to render i.e. emails (Feature #18)
  Unimplemented PaginationProxy; moved pagination from penfield to core.
  Multiview will now pass node and extra_context to any view that takes kwargs. Fixes bug #10
  Added forgotten import of EmptyPage.
  Introduced the PaginationProxy object to simplify use in templates.
  Revised penfield's pagination helper to work more generically.