doableware / djongo

Django and MongoDB database connector
https://www.djongomapper.com
GNU Affero General Public License v3.0
1.86k stars 352 forks source link

Transaction Support #626

Open amullinC3 opened 2 years ago

amullinC3 commented 2 years ago

Looking for transaction support. In particular with transaction.atomic(): and .select_for_update()

This feature appears to be supported in the docs, but is not implemented in transaction.py. How can I go about implementing transaction.py for Djongo?

mosi-kha commented 1 year ago

Hi any help or idea for how to implement transaction?

228