Re: updating db records.

2010-03-12 Thread Daniel Roseman
On Mar 12, 6:50 pm, Omer Barlas wrote: > 1. I have this problem with DB records. I get the record from the DB like > this; > > def bolgeTextProcess(request, bolge, edit=None): > [..] >                 if not errors: >                         try: >                                 p = BolteTex

updating db records.

2010-03-12 Thread Omer Barlas
1. I have this problem with DB records. I get the record from the DB like this; def bolgeTextProcess(request, bolge, edit=None): [..] if not errors: try: p = BolteText.objects.get(Id=edit) except: