Re: Find a typo in the documentation.

2017-11-07 Thread Tim Graham
I pushed a fix for that, thanks! On Tuesday, November 7, 2017 at 3:42:14 AM UTC-5, 王祥 wrote: > > In this site > , > the code > Book.objects.all().aggregate(price_diff=Max('price', output_field= > FloatField()) - Avg('pri

Find a typo in the documentation.

2017-11-07 Thread 王祥
In this site , the code Book.objects.all().aggregate(price_diff=Max('price', output_field=FloatField ()) - Avg('price'))) There is an extra right parenthesis in the end. -- You received this message because you are subs