Merge branch 'master' of git://github.com/melinath/philo
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 9 Feb 2011 15:35:36 +0000 (10:35 -0500)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 9 Feb 2011 15:35:36 +0000 (10:35 -0500)
commita79b7c9e4f8038db3795b482c78b2c6d7f64bebb
tree2436adb65c90e095d5dd5429074c6b138c049933
parent92aff1148db7b03f585dbe204abda452a402c20c
parent4d9246f843b4f4a8decda8078283457ad4c378ee
Merge branch 'master' of git://github.com/melinath/philo

* 'master' of git://github.com/melinath/philo:
  Added db_index to Contentlet/ContentReference names, AttributeValue fields, and Navigation keys. Added related_lookup_fields to shipherd admins and corrected its use on NodeAdmin/RedirectAdmin. Corrected TargetURLModel.get_target_url call of get_reverse_params. Corrected typo in BlogView feed creation.
  Minor fixes and additions to better_feeds following testing.
  Moved FeedMultiViewMixin to models.py and renamed to FeedView. Improved feed type support and clarified the API (based heavily on django.contrib.syndication.views.Feed). Adjusted NewsletterView and BlogView to use the new API.