Re: A proposal for a new auto-reloader in Django

2017-03-31 Thread Melvyn Sopacua
On Thursday 30 March 2017 22:01:00 qingnian...@gmail.com wrote: > Hi Carl, > Thanks for mentioning this awesome project! I saw it in one of the > discussions but did not take a close look. I'll definitely check this > out and try to integrate wsgiwatcher/watcher.py into Django. > > On Thursday,

Re: Adding signals to bulk update/create operations

2017-03-31 Thread Todor Velichkov
@Tim, sorry about that, I did a search before I posted, but it looks like it slipped away somehow. @Anssi, thank you for your response. I really haven't think about threat safety, but maybe its because in our specific usage it's close to impossible to happen. What do you think about this: 1) Pu

Re: A proposal for a new auto-reloader in Django

2017-03-31 Thread qingnian213
Hi Aymeric, Thanks for this detailed and informative response! I will try to figure out the difficulties of integrating Watchman during the weekend. For the pure-Python solution, I might implement a standalone autoreloader based on Carl's work and replace the current one. Does this look good

Re: Django ORM query syntax enhancement

2017-03-31 Thread Alexey Zankevich
Hey all, Please check a draft DEP related to external query language support by Django ORM https://github.com/django/deps/pull/40. Regards, Alexey On Wednesday, March 22, 2017 at 10:07:51 AM UTC+3, Asif Saifuddin wrote: > > Hi Aric, > > I checked your package. it's nice too. thanks for the wo