Tom Henrik Aadland

Results 9 comments of Tom Henrik Aadland

I have just discovered a similar problem in production on Postgresql. Have not been able to track down what is causing it, but I discovered an infinite loop of `SELECT...

Same here. I had to revert back to version 6.0 in production, but the problem still appears though much less frequent with version 6.0 then 6.2. I'm trying to find...

We're using: PostgreSQL 9.4.5 on x86_64-unknown-linux-gnu, compiled by gcc (Ubuntu 4.9.1-16ubuntu6) 4.9.1, 64-bit

Has anyone had any more luck in tracking down this issue ? I've tried to provoke this issue by creating multiple records in parallell in separate threads as was mentioned...

@amitsaxena as soon as I have some time on my hands i'll create a public project with an example model similar to one I have in production with the tests....

I'm about to setup feedly and run it behind a simple API interface. Did you get this working via ajax ? Would love to hear about any experience regarding this.

Thanks. I'm brand new in Python land (coming from Ruby background), but I've been looking at Flask. Seems it should be able to do the job as we'll keep this...

@tbarbugli that is a valid point, thanks. By using Django will the admin interface work out of the box ? Another question that comes to mind being a Python newbie,...

@tbarbugli thanks. I'm looking into the example app to get me started.