Mercurial > public > sg101
log gpp/donations/models.py @ 350:2177a71b680c
age | author | description |
---|---|---|
Wed, 02 Mar 2011 02:47:15 +0000 | Brian Neal | Fixing #173; display donors in order by date, ascending on the main view. |
Tue, 21 Sep 2010 23:49:05 +0000 | Brian Neal | Fix some old import problems where I used 'from django.contrib import auth' instead of 'from django.contrib.auth.models import User'. Also some formatting changes while I was in there. |
Sat, 27 Jun 2009 21:56:56 +0000 | Brian Neal | Donations: cleaned up logging. Use settings.DONATIONS_DEBUG to decide how to filter on test_ipn records. |
Sun, 07 Jun 2009 00:22:50 +0000 | Brian Neal | Donations: first cut at a donations view and a form built for paypal. |
Thu, 04 Jun 2009 02:22:55 +0000 | Brian Neal | Donations: created a DonationManager that can retrieve monthly stats. |
Wed, 03 Jun 2009 00:59:17 +0000 | Brian Neal | Slideshow for home page; Initial checkin for the donations application. |