Mercurial > public > sg101
log gpp/donations/models.py @ 327:a1bf6cf49720
age | author | description |
---|---|---|
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. |