Max Tepkeev

Results 106 comments of Max Tepkeev

That's very interesting, thanks for such a detailed report, I'll try to have a look at it in the upcoming days and see what's causing this.

I failed to reproduce the issue. I created a django project from scratch with one app, added your model to models.py, partitioned it, then created a view and added a...

Ah, no wait, I reproduced it, I have to call the view several times and then I was able to reproduce it.

Apologies for being silent, I'm busy with a lot of other stuff at the moment, the quick fix you can make for now is to set the ``CONN_MAX_AGE`` to ``None``...

Yes, ``uninstall`` decorator doesn't work that way, it is used when you need to remove a feature from the model during runtime, there is an example given in the [docs](http://architect.readthedocs.io/features/index.html#uninstall)...

Unfortunately no. Right now it doesn't do anything at the database level, only during runtime. So if you want to remove triggers, the only way is to that manually.

Hi, To be honest I only had a brief look at it, but I don't see any reason why we wouldn't add support for it. But as always the question...

Hi @jandebleser I didn't know this problem exists, thanks for raising this issue and thanks for the PR. Unfortunately tests don't pass, have a look at travis for details (don't...

I restarted the job and tests are passing now. You're right, there're some limitations which I need to think about before considering whether to merge this or not. Anyway great...