summaryrefslogtreecommitdiffstats
path: root/save_carefully.py
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-07-02 20:43:18 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-07-02 20:43:18 +0100
commite565a6b73b70f670335c4a095992eab26a1bfbf9 (patch)
treea93c4069e8d858b77e9527e794305f97946d21b1 /save_carefully.py
parent5baddea474b068ece9d6b93bcc90f4d76f97e5a3 (diff)
downloadtroggle-e565a6b73b70f670335c4a095992eab26a1bfbf9.tar.gz
troggle-e565a6b73b70f670335c4a095992eab26a1bfbf9.tar.bz2
troggle-e565a6b73b70f670335c4a095992eab26a1bfbf9.zip
[svn] Renaming troggle.expo to troggle.core. To do this, used:
perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple)
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.
"""