Files
rose-ash/blog/bp/post/services/entry_associations.py
giles 8f8bc4fad9
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m33s
Move entry_associations to shared — fix events cross-app import
entry_associations only uses HTTP fetch_data/call_action, no direct DB.
Events app imported it via ..post.services which doesn't exist in events.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 18:05:30 +00:00

7 lines
213 B
Python

# Re-export from shared — canonical implementation lives there.
from shared.services.entry_associations import ( # noqa: F401
toggle_entry_association,
get_post_entry_ids,
get_associated_entries,
)