zulip/zerver/transaction_tests
Prakhar Pratyush 0e67e4f1a1 compose_views: Add `savepoint=False` to avoid creating savepoints.
'compose_views' is used inside an outer db transaction created in
'update_user_group_backend'.

`transaction.atomic()` block in 'compose_views' resulted in
savepoint creation.

This commit adds `savepoint=False` to avoid that.
2024-11-05 17:58:47 -08:00
..
__init__.py
test_user_groups.py compose_views: Add `savepoint=False` to avoid creating savepoints. 2024-11-05 17:58:47 -08:00