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

add migration signals, queryset and signal fixes #308

Merged
merged 2 commits into from
Mar 19, 2025

Conversation

devkral
Copy link
Contributor

@devkral devkral commented Mar 19, 2025

Changes

  • fixes for bulk_create/update
  • fix signal sender in queryset
  • add migration signals
  • fix possible transaction aborts in apply_default_force_nullable_fields
  • pre_update and post_update is not called anymore when calling save and the update path is executed.
  • add more parameters to the receiver of signals

devkral added 2 commits March 19, 2025 04:50
Changes

- fixes for bulk_create/update
- fix signal sender in queryset
- add migration signals
- fix possible transaction aborts in `apply_default_force_nullable_fields`
- `pre_update` and `post_update` is not called anymore when calling save and the update path is executed.
- add more parameters to the receiver of signals
@devkral devkral force-pushed the devkral/feature/signals branch from 9a97d73 to 6b8d4cf Compare March 19, 2025 04:08
@devkral devkral merged commit a1cea33 into main Mar 19, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants