Re: Question (potential feature request) on dropping database column in migration

2018-10-01 Thread Todor Velichkov
> > Won’t generate migration file, which means database wise, nothing has > changed > You are the one generating migration files, Django is not forcing them. The problem is not in Django, the problem is that this cannot be solved with a single deploy, there is not way for the old code to know

Re: Question (potential feature request) on dropping database column in migration

2018-10-01 Thread Curtis Maloney
On 10/02/2018 09:42 AM, martin_x wrote: Hi there, Thanks for making Django a great framework for starters :D Recently my team have run into problems when trying to remove a database column from the model without stopping our Django server, below is the timeline: There have been processes

Re: Question (potential feature request) on dropping database column in migration

2018-10-01 Thread Tobias McNulty
Hello, I don't think this is something Django can or should handle. You need to make your change in smaller increments so it doesn't break. The proper forum for discussing this is the Django users list (or IRC or Google...). Good luck! Tobias On Mon, Oct 1, 2018, 8:47 PM martin_x wrote: >

Question (potential feature request) on dropping database column in migration

2018-10-01 Thread martin_x
Hi there, Thanks for making Django a great framework for starters :D Recently my team have run into problems when trying to remove a database column from the model without stopping our Django server, below is the timeline: 1. Before migration happens, we have column_A we want to remove, and

Re: Fellow Reports - September 2018

2018-10-01 Thread Tim Graham
Week ending September 29, 2018 Triaged --- https://code.djangoproject.com/ticket/29801 - Allow using fixtures in data migrations (accepted) https://code.djangoproject.com/ticket/29804 - Add 'Did you mean' suggestions for unsupported lookup error (accepted) Authored --

Re: Fellow Reports -- September 2018

2018-10-01 Thread Carlton Gibson
Hi all, Calendar Week 37 -- ending 16 September. Triaged: https://code.djangoproject.com/ticket/29758 -- Document testing custom error handlers (Accepted) https://code.djangoproject.com/ticket/29750 -- Add a pre-dispatch() hook for class-based views (Accepted) Reviewed:

Django security release issued: 2.1.2

2018-10-01 Thread Carlton Gibson
Today the Django team issued 2.1.2 as part of our security process. This release address a security issue, and we encourage all users to upgrade as soon as possible: https://www.djangoproject.com/weblog/2018/oct/01/security-release/

Django bugfix releases 1.11.16 and 2.0.9

2018-10-01 Thread Carlton Gibson
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2018/oct/01/bugfix-releases/ -- You received this message because you are subscribed to the Google Groups "Django developers