Merge branch 'release/0.9.1' philo-0.9.1
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Sun, 9 Oct 2011 02:05:29 +0000 (22:05 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Sun, 9 Oct 2011 02:05:29 +0000 (22:05 -0400)
commit61b73fe068172f02d6c47e2b5387161919ec9618
tree146af38d2849bb215fc10fc50e2bc54628fc885d
parent3d786c6d8c1bd3685ac328c7f4b811c13ea60e1a
parenteb82cce559a0c88c386822d0ecb53ae8fa1da1f5
Merge branch 'release/0.9.1'

* release/0.9.1: (74 commits)
  Edited the READMEs and documentation to be cleaner and more consistent.
  Bumped version number to 0.9.1 in preparation for release.
  Tweaked manifest file. Removed a bunch of hackery from setup.py in favor of setuptools.find_packages, since we're using setuptools anyway. Addresses bug #177.
  Abstracted email resetting during the email change process onto the AccountForm. Addresses bug #173.
  This will include non *.py files in our distribution for setup.py, easy_install, pip, &c. purposes.
  Removed python requirement line from setup.py, since easy_install and pip can't do anything with it and will choke on it for e.g. pypy.
  Correction to waldo login view to pass the request into the login_form for GET requests as well.
  Added release notes for 0.9.1.
  Merged the contribution information from the ithinksw.org philo wiki into the documentation.
  Removed philo.models.Tag entry from the docs.
  Incremented version number to 0.9.1rc and cleaned up README a tiny bit.
  Tweaked AttributeMapper._fill_cache to also store values on the Attribute instance itself. Made everything about AttributeMapper._fill_cache lazier.
  Lazy-eval the values of AttributeValues instead of loading them all during AttributeMapper._fill_cache.
  Removed Node.render_to_response select_related call since it is not clearly more efficient. Delayed page evaluation in FeedView.page_view to the end of the inner function.
  Added a 'contributing' page to the philo docs. This is meant primarily as an initial effort, which can be expanded upon more later.
  Corrections to Blog.entry_tags to use taggit APIs. Tweaks to penfield migration 0005 because of South issue 428 (and some incorrect filters obscured by that issue.)
  Minor correction to EmbedWidget.js to handle window names with dashes.
  Overrides TemplateField widget on admin container forms instead of on the ModelAdmin.
  Reverted TemplateField parent to models.TextField and moved EmbedWidget into philo.admin.widgets. Added EmbedWidget use on the appropriate ModelAdmins. Cleaned up ContentletAdmin and ContentReferenceAdmin.
  Removed TagCreation.js and the admin widget that used it.
  ...