We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86016df commit 0e092b8Copy full SHA for 0e092b8
django_mongodb/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "5.0.0.dev2"
+__version__ = "5.0a0"
2
3
# Check Django compatibility before other imports which may fail if the
4
# wrong version of Django is installed.
requirements.txt
@@ -1,2 +1,3 @@
+# NOTE: this needs to change per branch to track the django version.
django>=5.0,<5.1
pymongo>=4.6,<5.0
0 commit comments