Freeze: Jan. 12. Alpha: Jan. 16. Feb. 16 Beta; non-blocking bug freeze. Beta 1: Feb 25. March 16 RC 1; translation freeze. 2+ weeks after RC Final, or another RC if needed. * Data accurate as of 2015-02-25
count_sum=Sum('in_stock')) # This will work. Products.objects.annotate( count_sum=Sum(F('in_stock'))) # This will become possible. Products.objects.annotate( count_sum=Sum(F('in_stock') + F('on_delivery'))) Django 1.8