vasuporov / snapboard

Automatically exported from code.google.com/p/snapboard
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Cannot save Profiles #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I installed Snapboard, and everythings working well, except profiles. I
have not touched the source.

When I go to /snapboard/profile, it shows a form for editing my profile,
but when I save, I get the following error:

TypeError at /forum/profile/
save_file() got an unexpected keyword argument 'save'

My computer, which I'm using for development, where I'm getting this issue
(I haven't tried my actual server), is running Ubuntu 7.04, python 2.5.1,
and the latest stable version of Django.

Original issue reported on code.google.com by therethi...@gmail.com on 23 Jul 2007 at 6:20

GoogleCodeExporter commented 8 years ago
This still seems to be a bug.  I'm working against the latest django 
development.  The fix is simply to add a save 
keyword argument 'save=True' to the PhotoField method save_file.

Original comment by ianesl...@gmail.com on 19 Feb 2008 at 7:29

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by bs1...@gmail.com on 19 Feb 2008 at 9:07