Mercurial > public > sg101
log gpp/donations/models.py @ 557:7247a406f92b
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. |