> This would handle shorter paths in a natural way -- e.g. '/blog/month/ > 2011/01' would map to the default view for Month(y=2011, m=1), which > would call Post.list_posts_for_month() . >
Er, make that "the default view for Month(y=2011, m=1), which would call Month.list_posts_for_month() which would actually talk to Mongo." -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.