log gpp/accounts/views.py @ 316:767cedc7d12a

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.
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.