-
Notifications
You must be signed in to change notification settings - Fork 20
DOCSP-46413: Compatibility #145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,58 @@ | ||||||||
.. _django-compatibility: | ||||||||
|
||||||||
============= | ||||||||
Compatibility | ||||||||
============= | ||||||||
|
||||||||
.. contents:: On this page | ||||||||
:local: | ||||||||
:backlinks: none | ||||||||
:depth: 2 | ||||||||
:class: singlecol | ||||||||
|
||||||||
.. facet:: | ||||||||
:name: genre | ||||||||
:values: reference | ||||||||
|
||||||||
.. meta:: | ||||||||
:keywords: backwards compatibility, versions, upgrade | ||||||||
|
||||||||
MongoDB Compatibility | ||||||||
--------------------- | ||||||||
|
||||||||
{+django-odm+} uses the PyMongo driver to interact with MongoDB. The {+mdb-server+} | ||||||||
versions that your application supports depend on your PyMongo version. | ||||||||
The following compatibility table specifies the recommended version or versions | ||||||||
of PyMongo for use with a specific version of MongoDB. | ||||||||
|
||||||||
The first column lists the driver version. | ||||||||
|
||||||||
.. sharedinclude:: dbx/lifecycle-schedule-callout.rst | ||||||||
|
||||||||
.. sharedinclude:: dbx/compatibility-table-legend.rst | ||||||||
|
||||||||
.. include:: /includes/mongodb-compatibility-table-pymongo.rst | ||||||||
|
||||||||
|
||||||||
PyMongo Compatibility | ||||||||
--------------------- | ||||||||
|
||||||||
{+django-odm+} supports PyMongo versions 4.6 and later. | ||||||||
|
||||||||
Language Compatibility | ||||||||
---------------------- | ||||||||
|
||||||||
The following compatibility table specifies the recommended version of | ||||||||
{+django-odm+} for use with a specific version of Python. | ||||||||
The first column lists the ODM version. | ||||||||
|
{+django-odm+} for use with a specific version of Python. | |
The first column lists the ODM version. | |
{+django-odm+} for use with a specific version of Python. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.. list-table:: | ||
:header-rows: 1 | ||
:stub-columns: 1 | ||
:class: compatibility-large | ||
|
||
* - Django MongoDB Backend Version | ||
- Python 3.13 | ||
- Python 3.12 | ||
- Python 3.11 | ||
- Python 3.10 | ||
- Python 3.9 | ||
|
||
* - 5.1 | ||
- | ||
- ✓ | ||
- ✓ | ||
- ✓ | ||
- | ||
|
||
* - 5.0 | ||
- | ||
- ✓ | ||
- ✓ | ||
- ✓ | ||
- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be "Django MongoDB Backend" ?