Skip to content

Releases: curvedinf/django-fast-count

v0.1.11

14 Aug 22:20

Choose a tag to compare

Added disable_forked_precaching option to FastCountManager to disable precache forking in .count().

v0.1.10

08 Aug 22:07

Choose a tag to compare

Specified exact ID field for FastCount so it isn't overridden by project settings.

v0.1.8

08 Aug 19:56

Choose a tag to compare

Bug fix for some environments where FastCountQuerySet.count()'s inline imports failed.

v0.1.7

15 May 21:41

Choose a tag to compare

Replaced precache process os.fork with subprocess.pOpen

v0.1.5

15 May 18:52

Choose a tag to compare

Bug fixes, additional unit tests