Re: Non-atomic migrations in Django?

2015-11-29 Thread Ludwig Hähne
Thanks for your feedback and support. I've opened a ticket and pull request: https://code.djangoproject.com/ticket/25833 Am Dienstag, 24. November 2015 21:05:04 UTC+1 schrieb Markus Holtermann: > > Hi Ludwig, > > the API looks clean and sensible to me. +1 for getting that into 1.10 > > /Markus

Re: Can you remove a model's last field of SQLite3 in Django 1.8?

2015-11-29 Thread Baptiste Mispelon
Hi, I believe the issue you're describing has already been reported: https://code.djangoproject.com/ticket/24424 This ticket is still open and there is a long discussion on it (30 comments). Baptiste On 11/29/2015 06:15 PM, KwangYoun Jung wrote: Can you remove a model's last field of

Can you remove a model's last field of SQLite3 in Django 1.8?

2015-11-29 Thread KwangYoun Jung
Can you remove a model's last field of SQLite3 in Django 1.8? I have a model that has only one column in SQLite3. When I remove a last field of the model, I get an error like below *django.db.utils.OperationalError: near ")": syntax error*Anyone knows about this issue ? -- You received this

Re: Integrating Django with Tornado's web server

2015-11-29 Thread Asif Saifuddin
Hi, I used django-websocket-redis for implementing webscet in django project. You could try that. Regards Asif On Monday, September 14, 2009 at 3:30:59 AM UTC+7, Bret Taylor wrote: > > I am one of the authors of Tornado (http://www.tornadoweb.org/), the > web server/framework we built at