We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3691dd0
There was an error while loading. Please reload this page.
Added disable_forked_precaching option to FastCountManager to disable precache forking in .count().
disable_forked_precaching
FastCountManager
.count()
b7a621a
Specified exact ID field for FastCount so it isn't overridden by project settings.
1dc9299
Bug fix for some environments where FastCountQuerySet.count()'s inline imports failed.
c7e38bd
Replaced precache process os.fork with subprocess.pOpen
3b825a7
Bug fixes, additional unit tests