summaryrefslogtreecommitdiffstats
path: root/save_carefully.py
diff options
context:
space:
mode:
Diffstat (limited to 'save_carefully.py')
-rw-r--r--save_carefully.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/save_carefully.py b/save_carefully.py
index ee7c0cc..bacd91d 100644
--- a/save_carefully.py
+++ b/save_carefully.py
@@ -7,7 +7,7 @@ def save_carefully(objectType, lookupAttribs={}, nonLookupAttribs={}):
-if instance exists in DB and was not modified using Troggle: overwrite instance, return (instance, False)
The checking is accomplished using Django's get_or_create and the new_since_parsing boolean field
- defined in expo.models.TroggleModel.
+ defined in core.models.TroggleModel.
"""