From b67cea23b841d68e1832c42d19b45d995ac4a796 Mon Sep 17 00:00:00 2001 From: nesdis <nesdis@gmail.com> Date: Mon, 1 Jun 2020 15:45:52 +0200 Subject: [PATCH] Support for Django 3.0 - Test cases to protect Djongo core 1.3 --- docs/docs/home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/home.md b/docs/docs/home.md index a451c6c..2772257 100644 --- a/docs/docs/home.md +++ b/docs/docs/home.md @@ -3,13 +3,13 @@ permalink: / layout: splash title: "Django MongoDB connector" excerpt: "Djongo" -description: "Djongo is specifically meant to be used with the original Django ORM and MongoDB. Using the Django admin app one can directly add and modify documents stored in MongoDB. Other contrib modules such as Auth and Sessions work without any changes" +description: "Djongo is a python Object Document Mapper (ODM) to be used with Django and MongoDB. Use Django Admin to directly add and modify documents stored in MongoDB. Use other contrib modules such as Auth and Sessions without any changes" header: overlay_image: /assets/images/landing-banner3.jpg punchline: - - excerpt: The only connector that let's you use Django with MongoDB *without* changing the Django ORM. + - excerpt: A python Object Document Mapper (ODM) that let's you use Django with MongoDB *without* changing the Django ORM. feature_row1: -- GitLab