Django MongoDB Backend
Warning
Public Preview
Django MongoDB Backend is in Public Preview and intended for evaluation purposes only. Public Preview is not recommended for production deployments, as breaking changes may be introduced.
Introduction
Welcome to the documentation site for the official Django MongoDB Backend, a Django database backend that uses PyMongo to connect to MongoDB.
Get Started
Learn how to install Django MongoDB Backend, establish a connection to MongoDB, and begin working with data in the Get Started with Django MongoDB Backend tutorial.
Connection Configuration
Learn how to configure a connection to a MongoDB deployment in the Configure Your Database Connection section.
Model Your Data
Learn how to create Django models that represent MongoDB collections in the Model Your Data section.
Interact with Data
Learn how to use Django MongoDB Backend to perform operations on MongoDB data in the Interact with Data section.
Limitations and Upcoming Features
Learn about the features that Django MongoDB Backend does not support and features that we plan to support in upcoming releases in the Limitations and Upcoming Features section.
Compatibility
Learn about the versions of MongoDB Server, PyMongo, Python, and Django that are compatible with Django MongoDB Backend in the Compatibility section.
Issues & Help
Learn how to report bugs, contribute to Django MongoDB Backend, and find more resources for receiving help in the Issues & Help section.