Hello everybody... I try to update data from a ModelForm (relevant part of code here<http://pastebin.com/QEfCLb4U>). I search on Google but can't find any solution to my problem.
This piece of code take one event from DataBase, the data are populated to the form, you can change the information and when click on submit button the validation of the form its seems correct since HttpResponseRedirect works properly fine but the data isn't be updated on database. (on another view i can create an event just fine, but then i cant update it with this view). The database is an SQLite file on an Ubuntu OS. The owner of the file its my user and his group its www-data, the permisions of the file its 775. -- Rafael E. Ferrero Claro: (03562) 15514856 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

