I've a simple a question...

How can I update a single value of database??

I've try this:

from GAME.models import Game

Game.objects.filter(id=1)

p.name='2'

but don't update...It's add a row.


thanks in advance,

Alfredo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to