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 3cdd501 commit 11754dfCopy full SHA for 11754df
README.md
@@ -1,4 +1,4 @@
1
-# MongoDB backend for Django
+# Django MongoDB Backend
2
3
This backend is currently in development and is not advised for Production workflows. Backwards incompatible
4
changes may be made without notice. We welcome your feedback as we continue to
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
[project]
6
name = "django-mongodb-backend"
7
dynamic = ["version", "dependencies"]
8
-description = "MongoDB backend for Django"
+description = "Django MongoDB Backend"
9
readme = "README.md"
10
license = {file="LICENSE"}
11
requires-python = ">=3.10"
0 commit comments