Skip to content

Release v5.0.1

Latest
Compare
Choose a tag to compare
@magajh magajh released this 08 Jan 14:51
0eb0cc9

v5.0.1 - 2025-01-03

5.0.1 (2025-01-03)

Fixed

  • Optimized find_all_tags_for method in the Tag model for better performance on large datasets.
  • Added caching for ContentType lookups to reduce redundant database queries.
  • Added an index on target_type and target_object_id fields in the Tag model to speed up filtering operations.
  • Improved query logic by removing unnecessary memory-intensive operations in find_all_tags_for.