Mercurial > public > sg101
log gpp/donations/models.py @ 349:a43add8af83d
age | author | description |
---|---|---|
2010-09-21 | 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. |
2009-06-27 | Brian Neal | Donations: cleaned up logging. Use settings.DONATIONS_DEBUG to decide how to filter on test_ipn records. |
2009-06-07 | Brian Neal | Donations: first cut at a donations view and a form built for paypal. |
2009-06-04 | Brian Neal | Donations: created a DonationManager that can retrieve monthly stats. |
2009-06-03 | Brian Neal | Slideshow for home page; Initial checkin for the donations application. |