Re: Admin UI not commiting to DB

2014-07-15 Thread Timothy W. Cook
On Mon, Jul 14, 2014 at 12:44 PM, Tom Evans wrote: > > > Have you ruled out that this is simply a mid air collision? IIRC, > django admin has no mid air collision detection system > > Cheers > > Tom > > Eg if user A loads Item i, user B loads Item i, user A changes > i.foo='hi' and saves item i,

Re: Admin UI not commiting to DB

2014-07-14 Thread Tom Evans
On Sat, Jul 12, 2014 at 11:59 PM, Timothy W. Cook wrote: > Thanks for the reply Derek. This post was just a stab to see if anyone had > seen this before and I just missed the post. > > I guess it is time to roll up my sleeves and take a formal approach at > debugging. This one of VERY few, non-o

Re: Admin UI not commiting to DB

2014-07-13 Thread Derek
I am sure that any update will help others who might have this issue. I have been using the Django admin (on and off) for many years now and have not had this particular problem (yet). It would also be useful to post more (non-confidential) details in a blog, perhaps. On Sunday, 13 July 2014 0

Re: Admin UI not commiting to DB

2014-07-12 Thread Timothy W. Cook
Thanks for the reply Derek. This post was just a stab to see if anyone had seen this before and I just missed the post. I guess it is time to roll up my sleeves and take a formal approach at debugging. This one of VERY few, non-open source apps I work on. Otherwise I would just point to the rep

Re: Admin UI not commiting to DB

2014-07-12 Thread Derek
Tim Hard to tell without code; but what happens when you test without the form override? Also, unless you can reproduce the errors they get, then you will struggle to debug. Have you tried adding in log statements at key points to try & see where things go haywire? On Saturday, 12 July 2014