Interact with Data
This version of the documentation is archived and no longer supported. View the current documentation to learn how to install supported versions of Django MongoDB Backend.
In this section, you can learn how to use Django MongoDB Backend to interact with your MongoDB data.
Perform CRUD Operations: Learn how to perform create, read, update, and delete operations on your data.
Specify a Query: Learn how to perform complex read operations on your data.
Perform Raw Database Queries: Learn how to use MongoDB's aggregation pipeline syntax or the PyMongo driver to query your data.