Re: Model.save() does nothing

2011-08-30 Thread j0ker
That won't be necessary. I found the problem and it was just because I was to stupid. The problem was not the toggle function for that worked absolutely as it should. But the function which it redirects to in the not working case doesn't retrieve the data from the database. Instead it uses a

Re: Model.save() does nothing

2011-08-29 Thread christian.posta
No it shouldn't be dependent on anything like that. Im curious to know what the issue is for you. I know this might be a pain in the butt, but if you could put together a small sample program that demonstrates something like this, I would be more than happy to help you debug through it. On Aug

Model.save() does nothing

2011-08-28 Thread j0ker
I'm playing around with Django at the moment and have a strange problem. There is a view function which basicly does nothing else than toggle a boolean value in a model field - or at least should do so. The field definition: class Character(models.Model): ... ready =