Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Django MongoDB Backend 5.2.3.dev0 documentation
Django MongoDB Backend 5.2.3.dev0 documentation
  • Getting started
    • Installing Django MongoDB Backend
    • Configuring a project to use Django MongoDB Backend
  • Using Django MongoDB Backend
    • Embedded models
    • Queryable Encryption
    • Transactions
    • Known issues and limitations
  • API reference
    • Models
      • Model field reference
      • QuerySet API reference
      • Model reference
      • Model index reference
      • Atlas Search queries
    • Forms API reference
    • contrib packages
      • GeoDjango
    • Database reference
    • Encrypted fields
    • Management commands
    • Utils API reference
    • Settings
  • How-to guides
    • Configuring Django’s contrib apps
    • Configuring Queryable Encryption
  • FAQ
  • Release notes
    • Django MongoDB Backend 5.2.x
    • Django MongoDB Backend 5.1.x
    • Django MongoDB Backend 5.0.x
  • Project internals
    • Reporting bugs and requesting features
    • Contributing code
      • Coding style
      • Unit tests
      • Writing documentation
    • Security policies
    • Release process
    • Deprecation Timeline
Back to top
View this page

Using Django MongoDB Backend¶

Introductions to some of the key parts of Django MongoDB Backend you’ll need to know:

  • Embedded models
    • EmbeddedModelField
    • EmbeddedModelArrayField
    • PolymorphicEmbeddedModelField
    • PolymorphicEmbeddedModelArrayField
  • Queryable Encryption
    • Encrypted fields
  • Transactions
    • Controlling transactions
    • Performing actions after commit
    • Limitations
  • Known issues and limitations
    • Model fields
    • Querying
    • Database functions
    • Transaction management
    • Database introspection
    • Caching
Next
Embedded models
Previous
Configuring a project to use Django MongoDB Backend
Copyright © 2025, The MongoDB Python Team
Made with Sphinx and @pradyunsg's Furo