Commit Graph
4 Commits
Author SHA1 Message Date
Tom Floyer 1319e422ea Updated docs/changelog.rst 2018-12-08 22:38:04 +03:00
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