#31018: Update FAQ about NoSQL databases.
--------------------------------------+------------------------------------
     Reporter:  Thomas Güttler        |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Documentation         |                  Version:  2.2
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  1                     |                    UI/UX:  0
--------------------------------------+------------------------------------
Changes (by felixxm):

 * type:  Uncategorized => Cleanup/optimization
 * component:  Uncategorized => Documentation
 * easy:  0 => 1
 * stage:  Unreviewed => Accepted


Comment:

 Django doesn't support NoSQL databases, so I don't think that we should
 extend this FAQ. However I also agree that we shouldn't recommend `django-
 nonreal` in our docs. It looks that [https://nesdis.github.io/djongo/
 djongo] is a better alternative but it's already mentioned in a wiki page
 and should stay there. I would suggest a small cleanup, e.g.:

 {{{
 diff --git a/docs/faq/models.txt b/docs/faq/models.txt
 index 89bbbd1724..9c3951efa0 100644
 --- a/docs/faq/models.txt
 +++ b/docs/faq/models.txt
 @@ -69,11 +69,10 @@ Does Django support NoSQL databases?

  NoSQL databases are not officially supported by Django itself. There are,
  however, a number of side project and forks which allow NoSQL
 functionality in
 -Django, like `Django non-rel`_.
 +Django.

 -You can also take a look on `the wiki page`_ which discusses some
 alternatives.
 +You can take a look on `the wiki page`_ which discusses some projects.

 -.. _`Django non-rel`: http://django-nonrel.org/
  .. _`the wiki page`: https://code.djangoproject.com/wiki/NoSqlSupport

 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31018#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.fba39959bfbc89b188204bd588ab50fc%40djangoproject.com.

Reply via email to