Re: Django Model custom save

2011-05-26 Thread Kenneth Gonsalves
On Thu, 2011-05-26 at 04:36 -0700, Юлиян Попов wrote: > I have a model and a form which is used to insert new rows in > database. For > every inserted (or edited) row I need to make a database lock and > check if > edited row have a conflict with rows that are already in the database. why do you

Django Model custom save

2011-05-26 Thread Юлиян Попов
or in the model? Or may be use signals (don't know how) And if it's not in a view, how to get a correct database handle if multiple databases can be used in project? Also here: http://stackoverflow.com/questions/6137650/django-model-custom-save -- You received this message becau