-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update dependencies after Django 4.2 upgrade #3878
Closed
4 of 5 tasks
Comments
Made an issue about Django Yubin release here: APSL/django-yubin#76 |
Viicos
added a commit
that referenced
this issue
Apr 29, 2024
Viicos
added a commit
that referenced
this issue
Apr 29, 2024
Viicos
added a commit
that referenced
this issue
May 3, 2024
9 tasks
Viicos
added a commit
that referenced
this issue
May 3, 2024
Viicos
added a commit
that referenced
this issue
May 3, 2024
It now uses a `transaction.on_commit` call, so we need to execute them so that our `post_save` signal emitting the logs is triggered. Note that the `STATUS_QUEUED` will probably be removed in the future, so this test will need to be updated accordingly when we update.
Viicos
added a commit
that referenced
this issue
May 3, 2024
Viicos
added a commit
that referenced
this issue
May 3, 2024
It now uses a `transaction.on_commit` call, so we need to execute them so that our `post_save` signal emitting the logs is triggered. Note that the `STATUS_QUEUED` will probably be removed in the future, so this test will need to be updated accordingly when we update.
sergei-maertens
added a commit
that referenced
this issue
May 4, 2024
[#3878] Update `celery` and related dependencies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some things noticed during #3049 that are not essential for the upgrade, but should be done nevertheless:
pytz
dependency) (waiting on a newdjango-yubin
release)The text was updated successfully, but these errors were encountered: