diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-27 07:36:20 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-27 07:37:54 +0100 |
| commit | 3cf70df468d4453fb315cb74db0232ac9a1e89be (patch) | |
| tree | 1ef95acd501b6079256bec6c2567fa725bbe4991 | |
| parent | e82a1bcf622e5c9cf37f28bde21af8176b6dd118 (diff) | |
[2.2.x] Fixed #31018 -- Removed django-nonrel in NoSQL databases FAQ.
Backport of a36f7ed6ac5b2529db7e13fd3754290484928b18 from master
| -rw-r--r-- | docs/faq/models.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/faq/models.txt b/docs/faq/models.txt index c6a7f28e23..2aa211e177 100644 --- a/docs/faq/models.txt +++ b/docs/faq/models.txt @@ -68,13 +68,12 @@ 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`_. +however, a number of side projects and forks which allow NoSQL functionality in +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 +.. _the wiki page: https://code.djangoproject.com/wiki/NoSqlSupport How do I add database-specific options to my CREATE TABLE statements, such as specifying MyISAM as the table type? ================================================================================================================== |
