Added the ability to update individual items in ListFields. Example: Message.objects(pk=12).update(set__comments__5__body="Testing 123") |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| document.py | ||
| fields.py | ||
| queryset.py | ||
Added the ability to update individual items in ListFields. Example: Message.objects(pk=12).update(set__comments__5__body="Testing 123") |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| document.py | ||
| fields.py | ||
| queryset.py | ||