Closed GoogleCodeExporter closed 9 years ago
This has been fixed!
Original comment by boomro...@gmail.com
on 19 Nov 2008 at 3:37
Was a stupid programmer error.
if self.proposed_swaps:
should be
if self.proposed_swaps.all():
Method is supposed to return one proposed_swap if any exist.
I can't close issue. Should have been posted to swaps home:
http://code.google.com/p/django-social-economics/
Original comment by bob.hau...@gmail.com
on 19 Nov 2008 at 3:43
Closing per request of Bob. Marking invalid due to it being an issue for an
external app.
Original comment by bros...@gmail.com
on 20 Nov 2008 at 5:25
Original issue reported on code.google.com by
boomro...@gmail.com
on 19 Nov 2008 at 7:00