Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move categories related objects move/delete from signals to move_category_content() and delete_category() functions #1801

Open
rafalp opened this issue Aug 26, 2024 · 0 comments · May be fixed by #1811
Assignees
Labels
area: backend This issue involves Python, Django or dependency (eg. database)

Comments

@rafalp
Copy link
Owner

rafalp commented Aug 26, 2024

delete_category should use Misago's fast delete utils that skip Django's collect for delete step.

Both functions should be wrapped in hooks.

@rafalp rafalp added the area: backend This issue involves Python, Django or dependency (eg. database) label Aug 26, 2024
@rafalp rafalp added this to the Next feature release milestone Aug 26, 2024
@rafalp rafalp self-assigned this Aug 26, 2024
@rafalp rafalp changed the title Move categories related objects move/delet from signals to move_category_content() and delete_category() functions Move categories related objects move/delete from signals to move_category_content() and delete_category() functions Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend This issue involves Python, Django or dependency (eg. database)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@rafalp and others