Changes between Version 18 and Version 19 of NoSqlSupport


Ignore:
Timestamp:
May 31, 2011, 8:13:08 AM (13 years ago)
Author:
Jonas H.
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • NoSqlSupport

    v18 v19  
    88}}}
    99
    10 The [http://www.allbuttonspressed.com/projects/django-nonrel Django-nonrel] branch of Django already provide support for NoSQL and it requires only minimal changes to Django's ORM. However, for the more interesting features like `select_related()` Django's ORM needs to be refactored and simplified in several areas. Many of the sections in this page are described from the point of view of Django-nonrel since a lot of experience required for official NoSQL support has been integrated in the Django-nonrel project.
     10The [http://www.allbuttonspressed.com/projects/django-nonrel Django-nonrel] branch of Django already provides support for NoSQL and it requires only minimal changes to Django's ORM. However, for the more interesting features like `select_related()` Django's ORM needs to be refactored and simplified in several areas. Many of the sections in this page are described from the point of view of Django-nonrel since a lot of experience required for official NoSQL support has been integrated in the Django-nonrel project.
    1111
    1212For the record, Django-nonrel has quite a few backends, already:
Back to Top