Native django support for MongoDB

I try to find any information if the official django is going to support any noSQL DBMS, especially MongoDB. I found fork django 1.3 django-nonrel (the official django fork) and some other not very reliable projects (crashes often, according to the comments I found on the Internet). Does django really officially support noSQL?

+5
source share
2 answers

Perhaps there are other ways to achieve your goals besides transition . noSQL

In short, if you just need dynamic fields, you have other options. I have an extensive record of them in another answer :

Yes, this is not exactly what you asked for, but all that we have.

+4
source

, : , , ... django-nonrel, Django, , , M2M... , JOIN .

Django NoSQL? , " ". - PyCon Russia 2013, "NoSQL" , , SQLAlchemy. , , , .

, , Django, - ORM. vanilla Django - MongoDB Django ORM.

+2

All Articles