Re: getting force_update to work

2010-09-15 Thread Anomal
s. In any case, the queryset approach worked perfectly. I appreciate your explanation and solution. Thanks! -r On Sep 15, 10:02 am, Daniel Roseman wrote: > On Sep 14, 8:44 pm, Anomal wrote: > > > > > According to the Django docs,  a new row is created with the new value > >

Re: getting force_update to work

2010-09-15 Thread Anomal
ect any rows.") DatabaseError: Forced update did not affect any rows. Can this be related to ticket #13864? I read the ticket but could not tell if the work has been completed and which, if any, version the fix is in. Thnx. On Sep 14, 3:44 pm, Anomal wrote: > According to the Django do

getting force_update to work

2010-09-14 Thread Anomal
According to the Django docs, a new row is created with the new value primary key when when I change the value of a primary key and save the object. In this case, I am looking to change the value. So, I use force_update=True. Instead of changing the value of the primary key, I get a DatabaseErro