From c4796ed2b82fb88a18b497c65344f61f4dab52ba Mon Sep 17 00:00:00 2001 From: Jib Date: Tue, 28 Jan 2025 10:52:34 -0500 Subject: [PATCH 1/2] Update ReadTheDocs to include django-mongodb-backend --- doc/tools.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/tools.rst b/doc/tools.rst index 6dd0df8a4d..d1596cad9c 100644 --- a/doc/tools.rst +++ b/doc/tools.rst @@ -67,6 +67,14 @@ uMongo mongomock. The source `is available on GitHub `_ +Django MongoDB Backend + `Django MongoDB Backend `_ is a + database backend library specifically made for Django. The integration takes + advantage of MongoDB's unique document model capabilities, which align + naturally with Django's philosophy of simplified data modeling and + reduced development complexity. The source is + `available on GitHub `_. + No longer maintained """""""""""""""""""" From e600067517d152577418aa207b8f2f02f950bd12 Mon Sep 17 00:00:00 2001 From: Jib Date: Wed, 29 Jan 2025 18:58:30 -0500 Subject: [PATCH 2/2] update linking change to linking --- doc/tools.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tools.rst b/doc/tools.rst index d1596cad9c..7ec3ddb443 100644 --- a/doc/tools.rst +++ b/doc/tools.rst @@ -72,8 +72,8 @@ Django MongoDB Backend database backend library specifically made for Django. The integration takes advantage of MongoDB's unique document model capabilities, which align naturally with Django's philosophy of simplified data modeling and - reduced development complexity. The source is - `available on GitHub `_. + reduced development complexity. The source is available + `on GitHub `_. No longer maintained """"""""""""""""""""