#31018 closed Cleanup/optimization (fixed)
Update FAQ about NoSQL databases.
Reported by: | Thomas Güttler | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Documentation | Version: | 2.2 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
This FAQ is outdated
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.
Sourcce: https://docs.djangoproject.com/en/2.2/faq/models/#does-django-support-nosql-databases
The django-no-rel project is outdated. The last commits are several years old.
What could be done?
V1: Remote the entry
V2: don't do anything
V3: Update the text
....
Change History (7)
comment:1 by , 5 years ago
Component: | Uncategorized → Documentation |
---|---|
Easy pickings: | set |
Summary: | This FAQ is outdated (Does Django support NoSQL databases?) → Update FAQ about NoSQL databases. |
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Cleanup/optimization |
Note:
See TracTickets
for help on using tickets.
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 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.: