June 13, 2009
django-baseboard updated to 0.3
I’m happy to announce that django-baseboard has been updated to 0.3
Here’s what’s new:
- Better error handling and reporting for the management commands/cron jobs
- Projects are no longer required to have an RSS feed foreign key (bugfix from 0.2)
- Project.project_url returns the Basecamp project’s homepage URL (because Project.basecamp_url can be any valid URL within a project entered by a user)
- baseboard.helpers.update_summaries takes and honors a network timeout argument (defaults to 20 seconds)
- Projects now have RSSFeed foreign keys — suitable for displaying a Trac change log or a project blog, etc.
If you were following along on GitHub then you’ve already got the last three changes. If you were using the official PyPi relese then I, ahem, forgot to upload version 0.2.
But now there’s 0.3 which is a whole tenth better than 0.2, and a whopping two-tenths better than 0.1.
Filed under: BasecampReporting,Management,Projects,Python,Technology
Next: Pywatch: Run tests when your code changes
Previous: Oooooh lemon-y
Related
- django-baseboard
- Announcing basecampreporting and django-baseboard
- Django cache keys: making them safer