log

age author description
2011-02-02 Brian Neal Updating home page text for #147. Several other minor tweaks; adding favicon.ico.
2011-01-30 Brian Neal Fixing #144; integrate with new Django logging support. Also added unit tests for Donations app.
2011-01-29 Brian Neal Oops, r336 was not right; I forgot to save the file before committing. Fixing that.
2011-01-29 Brian Neal The home page was taking 27 seconds to load; 99% of the time was being spent in the new_posts template tag query. Reworked it a bit to be much more sane.
2011-01-27 Brian Neal For #142; remove some unused media directories.
2011-01-27 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
2011-01-20 Brian Neal Fix #146; use new class-based generic views as function-based generic views are now deprecated.
2011-01-20 Brian Neal Fixing 145; New url tag behavior (forwards compatibility) in Django 1.3.