QuerySet.modify() method to provide find_and_modify() like behaviour

This commit is contained in:
Dmitry Konishchev
2014-06-26 16:18:42 +01:00
committed by Ross Lawley
parent 4d374712de
commit 11724aa555
4 changed files with 160 additions and 2 deletions

View File

@@ -3,3 +3,4 @@ from field_list import *
from queryset import *
from visitor import *
from geo import *
from modify import *