Commit Graph
3 Commits
Author SHA1 Message Date
Tom Floyer c88ea40b57 Updated AUTHORS 2018-12-08 22:32:46 +03:00
Tom Floyer 3194a37fcb Reset cursor object after .count()
This change fixes incorrect result of .only() method of QuerySet
instance after using .count().
2018-12-08 22:16:57 +03:00
Tom Floyer 72ebaa52e9 Ensure that QuerySet.only() works correctly after QuerySet.count()
This test checks if .only() method of QuerySet instance works after
using .count() method.
2018-12-08 22:10:10 +03:00