diff options
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/utils.py b/core/utils.py index 8bb7c2a..0b18e3b 100644 --- a/core/utils.py +++ b/core/utils.py @@ -203,6 +203,8 @@ def save_carefully(objectType, lookupAttribs={}, nonLookupAttribs={}): defined in core.models.TroggleModel. We are not using new_since_parsing - it is a fossil from Aaron Curtis's design in 2006. So it is always false. + + NOTE: this takes twice as long as simply creating a new object with the given values. """ try: |