Changes between Version 18 and Version 19 of NoSqlSupport
- Timestamp:
- May 31, 2011, 8:13:08 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NoSqlSupport
v18 v19 8 8 }}} 9 9 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.10 The [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. 11 11 12 12 For the record, Django-nonrel has quite a few backends, already: