mongodb-labs / django-mongodb

MongoDB Backend for Django
Apache License 2.0
16 stars 7 forks source link

add transaction support #7

Open timgraham opened 5 months ago

timgraham commented 5 months ago

Evaluate to what extent MongoDB's transaction support can be implemented in Django.

timgraham commented 5 months ago

I did a little investigation in https://github.com/timgraham/django-mongodb/tree/transactions. I ran into a database error: "Transaction numbers are only allowed on a replica set member or mongos". At this point, I think there are higher priority things to work on.