taobojlen
django-zeal
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: suppress false-positive prefetch N+1 on singly-loaded instances prefetch_related_objects([obj], "field") called repeatedly from the same source line was flagged as an N+1 even when `obj` came from a .get() or .first(). The prefetch notify path passed instance_key=None, which bypassed the listener's ignored-set filtering that every other zeal patch relies on for this exact precision. Gate _wrap_prefetch_queryset on len(instances) == 1 (bulk calls aren't N+1) and pass a real instance_key from each notify_fn so the listener can filter singly-loaded instances via its existing ignored set.
oliverhaas:fix/detect-prefetch-related-objects-nplusone
16 days ago
ci: add Django 6.0 to test matrix (#60) Django 6.0 was released 2025-12-03 and requires Python >=3.12. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
main
16 days ago
ci: add Django 6.0 to test matrix Django 6.0 was released 2025-12-03 and requires Python >=3.12. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ci/django-6.0
16 days ago
chore(main): release 2.1.0 (#56)
main
2 months ago
chore(main): release 2.1.0
release-please--branches--main
2 months ago
feat: detect N+1 queries on .get() calls (#53) Repeated .get() calls from the same line (e.g. in a loop) are now detected as N+1 queries. Standalone .get() calls notify the listener while relation-descriptor querysets (already tracked) are skipped to avoid duplicate alerts. Closes #7 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
main
2 months ago
chore(main): release 2.0.5 (#55)
main
2 months ago
chore(main): release 2.0.5
release-please--branches--main
2 months ago
Latest Branches
CodSpeed Performance Gauge
0%
feat: detect prefetch related objects
#58
19 days ago
44c8554
oliverhaas:fix/detect-prefetch-related-objects-nplusone
CodSpeed Performance Gauge
0%
ci: add Django 6.0 to test matrix
#60
16 days ago
4408ec3
ci/django-6.0
CodSpeed Performance Gauge
0%
chore(main): release 2.0.5
#55
2 months ago
2e1f712
release-please--branches--main
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs