| Merge branch 'release/0.9.2' |
|
More...
|
over 14 years ago
|
| Bumped version number and wrote release notes for 0.9.2 in preparation for release. |
|
More...
|
over 14 years ago
|
| Fixed an exception with JSONAttributes using DateField or DateTimeField as their field template when the stored value is None. Fixes #178. |
|
More...
|
over 14 years ago
|
| Updated copyright date range to end in 2012 instead of 2011. |
|
More...
|
over 14 years ago
|
| Added include_package_data option to setup.py to ensure MANIFEST.in is actually heeded. |
|
More...
|
over 14 years ago
|
| Merge branch 'release/0.9.1' into develop |
|
More...
|
over 14 years ago
|
| Merge branch 'release/0.9.1' |
|
More...
|
over 14 years ago
|
| Edited the READMEs and documentation to be cleaner and more consistent. |
|
More...
|
over 14 years ago
|
| Bumped version number to 0.9.1 in preparation for release. |
|
More...
|
over 14 years ago
|
| Merge branch 'release' of git://github.com/melinath/philo into release/0.9.1 |
|
More...
|
over 14 years ago
|
| Merge branch 'develop' of git://github.com/melinath/philo into develop |
|
More...
|
over 14 years ago
|
| 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. |
|
More...
|
over 14 years ago
|
| Merge remote-tracking branch 'lapilofu/hotfix/manifest' into release |
|
More...
|
over 14 years ago
|
| Abstracted email resetting during the email change process onto the AccountForm. Addresses bug #173. |
|
More...
|
over 14 years ago
|
| This will include non *.py files in our distribution for setup.py, easy_install, pip, &c. purposes. |
|
More...
|
almost 15 years ago
|
| 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. |
|
More...
|
almost 15 years ago
|
| Correction to waldo login view to pass the request into the login_form for GET requests as well. |
|
More...
|
almost 15 years ago
|
| Added release notes for 0.9.1. |
|
More...
|
almost 15 years ago
|
| Merged the contribution information from the ithinksw.org philo wiki into the documentation. |
|
More...
|
almost 15 years ago
|
| Removed philo.models.Tag entry from the docs. |
|
More...
|
almost 15 years ago
|
| Incremented version number to 0.9.1rc and cleaned up README a tiny bit. |
|
More...
|
almost 15 years ago
|
| Merge branch 'taggit' into develop |
|
More...
|
almost 15 years ago
|
| Merge branch 'optimization' into develop |
|
More...
|
almost 15 years ago
|
| Tweaked AttributeMapper._fill_cache to also store values on the Attribute instance itself. Made everything about AttributeMapper._fill_cache lazier. |
|
More...
|
almost 15 years ago
|
| Lazy-eval the values of AttributeValues instead of loading them all during AttributeMapper._fill_cache. |
|
More...
|
almost 15 years ago
|
| 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. |
|
More...
|
almost 15 years ago
|
| Added a 'contributing' page to the philo docs. This is meant primarily as an initial effort, which can be expanded upon more later. |
|
More...
|
almost 15 years ago
|
| 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.) |
|
More...
|
almost 15 years ago
|
| Minor correction to EmbedWidget.js to handle window names with dashes. |
|
More...
|
almost 15 years ago
|
| Overrides TemplateField widget on admin container forms instead of on the ModelAdmin. |
|
More...
|
almost 15 years ago
|