﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6203	.count() not working with DateQuerySet returned from .dates()	olau@…	nobody	"The problem is the following:

  Readout.objects.dates('timestamp', 'day').count() -> returns 2712
  len(Readout.objects.dates('timestamp', 'day')) -> returns 12

I've been using len(), but then noticed that the documentation for count() suggests using count() instead for performance reasons. I didn't expect to see different results, though. :-)"		closed	Database layer (models, ORM)	dev		fixed	qs-rf-fixed		Accepted	0	0	0	0	0	0
