Mercurial > public > sg101
log gpp/donations/views.py @ 330:3c951521e0ec
age | author | description |
---|---|---|
Sun, 30 Jan 2011 20:02:32 +0000 | Brian Neal | Fixing #144; integrate with new Django logging support. Also added unit tests for Donations app. |
Sun, 12 Sep 2010 04:04:42 +0000 | Brian Neal | Exempt the Paypal IPN view from CSRF protection for #91. |
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. |
Sat, 27 Jun 2009 21:40:04 +0000 | Brian Neal | Sigh, changed the donations data format because it seems to be different than the stand-alone IPN tester. The month name doesn't have a dot after it. |
Wed, 24 Jun 2009 01:57:10 +0000 | Brian Neal | Donations: tested IPN logic with the Paypal developer sandbox. |
Fri, 12 Jun 2009 01:06:05 +0000 | Brian Neal | Donations; reworked the IPN handling and added logging. |
Thu, 11 Jun 2009 00:54:44 +0000 | Brian Neal | Added IPN logic to the donations module. Added a thank-you view. Need to add logging to the IPN function. |