Changes between Version 8 and Version 9 of NoSqlSupport
- Timestamp:
- Apr 26, 2011, 1:17:22 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NoSqlSupport
v8 v9 110 110 This is not implemented in Django-nonrel. 111 111 112 = Serializers = 113 114 Due to lack of JOIN support on NoSQL DBs, Django fails to serialize any app's entities that have a `ManyToManyField` (e.g. `django.contrib.auth`). Instead of actually fetching the whole entities Django could fetch only the keys which are stored in the `ForeignKey` columns. That way, JOINs aren't required, anymore. 115 116 This is already implemented in Django-nonrel. 117 112 118 = Batch operations = 113 119