Ross Lawley 3246cf8bdd Merge pull request #177 from sbook/feature/update_lists
Added the ability to update individual items in ListFields.

Example: 
  
   Message.objects(pk=12).update(set__comments__5__body="Testing 123")
2011-05-24 06:13:10 -07:00
..
2011-05-24 12:30:12 +01:00
2011-05-24 14:07:58 +01:00